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
I was wondering whether anyone has considered adding a new termination criteria if the solver has not made a significant improvement in the objective in given number of iterations?
Maybe there would be two config options controlling this:
max_no_progress_iterations - the maximum number of consecutive iterations that no progress is made
no_progress_rel_tolerance - the relative tolerance in objective which must be exceeded to make progress
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was wondering whether anyone has considered adding a new termination criteria if the solver has not made a significant improvement in the objective in given number of iterations?
Maybe there would be two config options controlling this:
Beta Was this translation helpful? Give feedback.
All reactions