Skip to main content

How to determine how long it will take the simulation to finish?

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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    Hi Vadim,

    It is not possible to state a priori how long an optimization run will take. It is sometimes possible to derive an approximation of expected time for a fixed model formulation given a big enough data set. Still, even with a big data set, the approximation can be way off the actual time needed.

    In some cases I've waited for weeks only to close the simulation, when it was progressing but not providing me with final values. 

    Often finding the best optimal solution, i.e., waiting until MIPGap reaches 0%, is not practicable, especially for large and/or complex models. Thus, it is recommended to set a realistic MIPGap which will terminate the optimization process once it is reached.

    Best regards, 
    Jaromił

    0

Post is closed for comments.