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
Suggestion:
We could change the signature of the callback of the optimizers to Callable[[OptimizerStatus], None|bool]
Returning False form the callback would stop the optimizer.
This would allow for a custom stopping criterion.
The text was updated successfully, but these errors were encountered:
Suggestion:
We could change the signature of the callback of the optimizers to
Callable[[OptimizerStatus], None|bool]
Returning
False
form the callback would stop the optimizer.This would allow for a custom stopping criterion.
The text was updated successfully, but these errors were encountered: