Skip to main content

What's the specific algorithm of barrier used in gurobi?

Answered

Comments

3 comments

  • Jaromił Najman
    Gurobi Staff Gurobi Staff

    Hi Linzhi,

    Gurobi uses an interior point algorithm with predictor and corrector steps and a barrier objective function.

    Best regards,
    Jaromił

    0
  • Linzhi Jiang
    Gurobi-versary
    First Comment
    First Question

    Hi,

    Thank you very much!

    And could you please tell what the convergence criterion is in this algorithm?

    Best regards,
    Linzhi Jiang

    0
  • Jaromił Najman
    Gurobi Staff Gurobi Staff

    Hi Linzhi,

    The algorithm terminates when the difference between the primal and dual objective value reaches some given threshold. For QCPs, this threshold is defined by BarQCPConvTol and by BarConvTol for LPs.

    Best regards,
    Jaromił

    0

Please sign in to leave a comment.