Skip to main content

Stopping criteria for NoRel heuristics

Answered

Comments

1 comment

  • 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

Please sign in to leave a comment.