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

Stopping criteria for NoRel heuristics

回答済み

コメント

1件のコメント

  • Simranjit Kaur
    • Gurobi Staff

    Hi Juyoung,

    You can control when the NoRel heuristic stops using the following parameters:

    You can also use the MIPSOL callback to track the timing and quality of solutions from the NoRel heuristic. This can help you decide when to stop it and move on to the next phase of the optimization process. For reference, please see the example in the documentation for the cbProceed method.

    In our upcoming release, Gurobi v13.0.0, we’re also adding a new parameter, NoRelHeurSolutions, which will let you stop the NoRel heuristic after it finds a set number of solutions.

    Best regards,
    Simran

    0

サインインしてコメントを残してください。