メインコンテンツへスキップ

Crossover Takes Long

回答済み

コメント

2件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    Hi,

    One way of reducing the time spent in Crossover is to improve the numerical quality of the final Barrier solution point. For this you can try experimenting with the BarConvTol parameter. The tighter this parameter is set, the better (usually) the final numerical quality of the Barrier solution point becomes.

    You could try experimenting with the Crossover parameter and/or the CrossoverBasis parameter.

    If your model solves in the root node, you could try setting

    to turn off Crossover for MIPs by using Barrier in all B&B nodes. Note that if your problem requires many B&B iterations, then this will very likely result in a way slower optimization progress, because the Barrier algorithm will be applied in every B&B node.

    Other than the above, improve the numerics of the problem usually improves Barrier and Crossover performance. For more details, see our Guidelines for Numerical Issues.

    Best regards,
    Jaromił

    0

投稿コメントは受け付けていません。