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

Callback implementation #356

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Callback implementation #356

merged 2 commits into from
Feb 10, 2025

Conversation

g-poveda
Copy link
Collaborator

Few more usefull callback are implemented :

  • warmstart callback between step of sequential solver (like lexico)
  • retrieve results of sequential solvers separately (typically to analyse how lexico is running its several phases)
  • early stopper based on objective gap (abs or relative)

- warmstart : allows to warmstart using on_step_end() function, can be used in LexicoSolver typically
- sequential_solvers_callback : retrieve separately  solutions found on each step of solve (for lexico or sequential solve)
…ap to best bound. this could be generalized to mip solver in further work
@g-poveda g-poveda merged commit 0a4b6b2 into airbus:master Feb 10, 2025
14 checks passed
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

Successfully merging this pull request may close these issues.

1 participant