Skip to main content

Barrier Convergence Tolerance not met

Answered

Comments

1 comment

  • Maliheh Aramon
    • Gurobi Staff

    Hi Lene, 

    In general, we say that the barrier converges when the normalized duality gap and normalized complementary slackness are within the BarConvTol parameter value. However, the actual termination criteria used to terminate the barrier algorithm is more involved and uses the information from the presolved model which is not available to a Gurobi user in the log file. 

    Setting the BarConvTol parameter to 1e-2 seems a bit too relaxed to me. If an absolute gap of 1e-2 is acceptable for your application, I would suggest to experiment with BarConvTol= 1e-6.

    Best regards,

    Maliheh

     

    0

Please sign in to leave a comment.