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
Currently in some c++ solvers, there is a watchdog argument which is a function to do that.
We will call it callback from now.
If returning None or False, the algo goes on.
Else, the algo early stops.
The text was updated successfully, but these errors were encountered:
Currently in some c++ solvers, there is a
watchdog
argument which is a function to do that.We will call it
callback
from now.If returning
None
orFalse
, the algo goes on.Else, the algo early stops.
The text was updated successfully, but these errors were encountered: