-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upload benchmark results #58
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great results so far, for the solvers that involve MINLP I realized that GAMS has as default DICOPT. Let's replace it with BARON instead (at least we'll get good bounds)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the results, if using GAMS, we should also report the subsolvers (NLP, MIP and MINLP) used
No problem. I will also use Baron to solve the BigM and Hull reformulations. We can specify the four subsolvers ( |
I think BARON is state-of-the-art in MINLP and NLP but might be too expensive, especially for local_nlp_solver. |
|
TODO
I will keep benchmarking the rest of the problems.