Jisoon Lim
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Jisoon Limさんの最近のアクティビティ-
Jisoon Limさんがコメントを作成しました:
Hi David, I am providing an initial feasible solution, which is a path found through a heuristic. For the path found with the heuristic, I set the variable lb/ub to 0/1, and the rest to 0/0. So, ev...
-
Jisoon Limさんが投稿を作成しました:
Column generation: how to add new variables
進行中Hi , I'm trying to implement column generation on my MIP (minimization objective). I have a RMP, which is a linear relaxation of the original MIP with all of my "path" variables defined but most of...
-
Jisoon Limさんが投稿を作成しました:
Can I write Gurobi log file in csv form?
回答済みI am wondering if I can have my Gurobi log file in different formats other than txt file. For instance, is there a Gurobi feature/module/code/whatever that I can change the branch-and-cut tree sear...
-
Jisoon Limさんが投稿を作成しました:
Objective bounds BestBd worsens
回答済みHi, I am wondering how I should understand my log. The problem is a maximization problem, and the objective bounds first decrease, but then they increase at the final line of the log to match the ...
-
Jisoon Limさんが投稿を作成しました:
How do I close gurobi log text file
回答済みHi, I am creating my log file under the following setup Model.Params.LogToConsole = 0 Model.Params.LogFile = ''filepath.txt'' , so there is no log on the console but have a separate text fil...