Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a callback in solvers for logging purpose + stopping the algo under some conditions #278

Open
nhuet opened this issue Nov 14, 2023 · 1 comment

Comments

@nhuet
Copy link
Contributor

nhuet commented Nov 14, 2023

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.

@nhuet nhuet mentioned this issue Nov 14, 2023
@nhuet
Copy link
Contributor Author

nhuet commented May 21, 2024

This now partially solved thanks to #361 and #362.
The only solvers without callbacks are currently:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant