You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot guarantee that the cost function will work for the entire range of parameters. In example in ModestPy FMU solvers sometimes fail when unphysical parameters are used (see: sdu-cfei/modest-py#68).
It should be fairly easy to implement some generic exception handling. I think it is sufficient to enclose the following line with a try... except... block:
We cannot guarantee that the cost function will work for the entire range of parameters. In example in ModestPy FMU solvers sometimes fail when unphysical parameters are used (see: sdu-cfei/modest-py#68).
It should be fairly easy to implement some generic exception handling. I think it is sufficient to enclose the following line with a
try... except...
block:modestga/modestga/individual.py
Line 68 in 46a6bde
When exception is caught the function value could be +infinity or some very large number.
The text was updated successfully, but these errors were encountered: