
Junhong Liu
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Junhong Liuによる最近のアクティビティ-
Will Gurobi give sub-optimla solutions even the Gap is very small (<0.01%) for MINLP ?
回答済みI am running a model, MINLP, using Gurobi, and the Gurobi converges very fast and gives the solution. However, I found a better solution using the distributed optimization algorithm (with sub-prob...
-
How to silence all the loggings?
回答済みI configure the gurobipy to solve the non-convex problem, and meanwhile to silence all the outputs to the console: m.setParam('NonConvex', 2) m.setParam('LogToConsole', 0) m.s...