Skip to main content

Gurobi GAP doesn't decrease

Answered

Comments

2 comments

  • Gianmarco Preso
    • Gurobi-versary
    • First Comment
    • First Question

    Update: if i change the parameters, the minimum GAP reached by gurobi changes a bit, but the problem remains.

    0
  • Jaromił Najman
    • Gurobi Staff

    The parameters you set mainly focus on the dual. It might make sense to try focusing on the primal bound instead. You could try experimenting with the parameters NoRelHeurTime, MIPFocus=1, Heuristics.

    Note that NumericFocus may hurt performance badly and should only be used if really necessary. Instead of setting the parameter it is always best to scale the model on your own. Please refer to our Guidelines for Numerical Issues for more details on scaling.

    You should definitely upgrade to the latest version of Gurobi. At least version 10.0.1. Version 11 is coming out at the end of the year so you should upgrade to v11 then.

    0

Please sign in to leave a comment.