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

Allow retrieval of best solution found as yet while allowing the optimization to keep running

回答済み

コメント

2件のコメント

  • Simranjit Kaur
    • Gurobi Staff

    Hi Santanu,

    You can use Gurobi's Callback feature to retrieve solutions as they are found during optimization. Specifically, you can use the MIPSOL callback, which is triggered whenever a new incumbent is found during the run. Please have a look at our Python example callback.py for details on how to use Gurobi callbacks.

    Best regards,
    Simran 

    0
  • Riley Clement
    • Gurobi Staff

    SolFiles is also an option - Riley

    0

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