Skip to main content

Multi-Objective: How to get the runtime of each objective function?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • 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

    Hi Daniel,

    It is possible with the use of the cbStopOneMultiObj() function. However, it requires some bookkeeping of the runtimes of the previous objectives. The example in the documentation of the cbStopOneMultiObj() function already shows an example on which you can build up.

    Best regards,
    Jaromił

    0

Post is closed for comments.