Skip to main content

Objective value convergence and sub-optimal termination

Answered

Comments

2 comments

  • Maliheh Aramon
    Gurobi Staff Gurobi Staff

    Hi,

    You might want to try the following parameters too:

    Refer to the Presolve section in the numerical guidelines for more details on how presolve can exacerbate numerical issues.

    Experimenting with different values of the BarOrder parameter is also worth trying.

    Given that your model has 32M nonzeros, the simplex algorithm might be slower than the barrier method, but it could help with numerics.

    Check the section "Making the algorithms less sensitive" in the numerical guidelines for parameters that can help different types of optimization models with numerical challenges.

    Best regards,

    Maliheh

    0
  • Philipp Dunkel
    First Comment
    First Question
    Gurobi-versary

    Dear Maliheh,

    thank you very much for your suggestions.

    I tried using the ScaleFlag parameter with different values first and had great success with it! With this set to 1 none of my runs had any of described issues anymore.

    Nevertheless, I will also try your other suggestions.

    Thank you,

    Philipp

    0

Please sign in to leave a comment.