modest-py icon indicating copy to clipboard operation
modest-py copied to clipboard

FMI-compliant Model Estimation in Python

Results 3 modest-py issues
Sort by recently updated
recently updated
newest added

Currently, when the FMU solver fails the estimation stops. FMU solver sometimes fails only for certain sets of parameters . The estimation could discard these parameters and continue the estimation....

enhancement
help wanted

Hi, when I gave floating point time instances, random.randint() gives Value error. Is there a particular reason for using random.randint() instead of random.uniform() ? [I locally replaced it with random.uniform(),...

bug
help wanted

This PR adds/fixes: - FMU exception handling - an associated unit test - minor code refactoring