
Magnus Lie Hetland
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Magnus Lie Hetlandさんの最近のアクティビティ-
Magnus Lie Hetlandさんがコメントを作成しました:
Thanks!
-
Magnus Lie Hetlandさんがコメントを作成しました:
Also: Would this affect the optimality of the returned result? I.e., do I need to set NumericFocus or Presolve for Gurobi to give me the right answer, here?
-
Magnus Lie Hetlandさんがコメントを作成しました:
Thank you. I can confirm that the gap of 16% was also reported through the API; in the case of JuMP, when using MOI.get(model, MOI.RelativeGap()), though this should access the Gurobi library direc...
-
Magnus Lie Hetlandさんがコメントを作成しました:
While I'd like to know what's going on, my primary concern is whether the result is, indeed, optimal; I assume there is no reason to suspect otherwise, given that Gurobi explicitly says so?
-
Magnus Lie Hetlandさんがコメントを作成しました:
I have not added any callbacks on purpose, at least; I'm accessing Gurob i through JuMP.jl, and I guess some callbacks may have been set up there. The solver use is part of code that runs many mode...
-
Magnus Lie Hetlandさんがコメントを作成しました:
Yes, I set the TimeLimit parameter, but it is set to 300, and this MIP finishes in 0.02 seconds. (I also set NodefileStart to 1.0.) Here is the entire log: Gurobi 9.1.1 (mac64) logging started Wed ...
-
Magnus Lie Hetlandさんが投稿を作成しました:
Nonzero gap for optimal solution?
回答済みHi! For many instances, I get results that Gurobi (9.1.1) says are optimal, but which still have a large gap. For example: Optimal solution found (tolerance 1.00e-04)Best objective 1.250000000000e+...