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

Objective Gap Setting #20

Open
ccoffrin opened this issue Jan 26, 2018 · 1 comment
Open

Objective Gap Setting #20

ccoffrin opened this issue Jan 26, 2018 · 1 comment
Assignees
Labels

Comments

@ccoffrin
Copy link

You may be interested to know how different MINLP solvers specify the objective gap stopping criteria. An example of setting a objective gap of 0.01% in a few MINLP solvers,

SCIP: limits/gap=1e-4
BONMIN: bonmin.allowable_fraction_gap=1e-4
KNITRO: mip_integral_gap_rel=1e-4
MINOTAUR: obj_gap_percent=1e-2

It seems most common to use a ratio and not a percentage (as done in obj_gap_percent). This difference is any easy place to make an error when comparing solvers.

@ashutoshmahajan
Copy link
Collaborator

Thanks for pointing it out. We will change it.

@ashutoshmahajan ashutoshmahajan self-assigned this Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants