modest-py
modest-py copied to clipboard
FMI-compliant Model Estimation in Python
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....
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(),...
This PR adds/fixes: - FMU exception handling - an associated unit test - minor code refactoring