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
If the model goes unstable before stability_tol is met and short_sim_penalty is None, then exception is raised
143
143
Else if the model goes unstable before stability_tol is met and short_sim_penalty is not None- the penalty is added to the score
144
144
Else, model goes unstable after stability_tol is met, the error calculated from data up to the instability is returned.
145
-
short_sim_penalty (float, optional): penalty added for simulation becoming unstable before stability_tol, added for each % below tol. Default is 100
145
+
short_sim_penalty (float, optional): penalty added for simulation becoming unstable before stability_tol, added for each % below tol. If set to None, operation will return an error if simulation becomes unstable before stability_tol. Default is 100
0 commit comments