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

Objective bounds BestBd worsens

回答済み

コメント

1件のコメント

  • Riley Clement
    • Gurobi Staff

    Hi Jisoon,

    This is not typical of a normal solve, and a heuristic solution with objective 647.61983 that violates the previous lower and upper bounds (581.08726,  617.55860) is not ideal.  On top of this warnings about large general constraint violations are reported.  I've had a chat with my colleagues and, based on similar behavior we have seen in the past, we suspect that your model suffers from numerical issues which is causing difficulty for the solver.  It is entirely possible that you do not run into this issue by simply by changing the value of Seed, although this is masking the issue, not addressing it.  Our recommendations for things you should try include:

    - provide bounds for variables involved in quadratic terms (as tight as possible) if you're not already.
    - as per the advice at the end of the log, try adjusting the settings of the related parameters, such as FuncPieces.
    - setting NumericFocus to a higher value
    - upgrade to Gurobi v10 if practical

    There is also a section of our manual, Guidelines for Numerical Issues, which we think will be useful for you to review (and a video from Gurobi Days Digital on the subject too).

    - Riley

    0

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