Tushar Rathi
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 4
アクティビティの概要
Tushar Rathiさんの最近のアクティビティ-
Tushar Rathiさんが投稿を作成しました:
Suboptimal solution using Barrier
回答済みI see that the barrier method reports suboptimal solutions for some of the linear programming problems I am trying to solve. Following is the log for one of them: Set parameter Method to value 2Set...
-
Tushar Rathiさんがコメントを作成しました:
Perfect, that makes things clearer! Thanks Eli Towle.
-
Tushar Rathiさんがコメントを作成しました:
Thanks Eli Towle for the clarification! I have some follow-up questions: If I set the Threads parameter to 10, I assume it sets an upper limit on how many threads/cores (if single-threaded) Gurobi...
-
Tushar Rathiさんがコメントを作成しました:
Jaromił Najman, any help/clarifications on this are appreciated. Thanks :)
-
Tushar Rathiさんがコメントを作成しました:
However, if I only make 10 cores available and Gurobi's default setting of 0 for Threads parameter imposes a limit of 32 cores (which are obviously not available), then it should automatically util...
-
Tushar Rathiさんが投稿を作成しました:
Specifying threads to be utilized on a remote machine
回答済みI am trying to run an optimization problem on a HPC cluster. The machine I requested has 24 cores and 1 thread per core. I don't intend to utilize all 24 cores, so I requested the machine using Slu...
-
Tushar Rathiさんがコメントを作成しました:
So, if I understand correctly, there could be two solutions in the solution pool for which all the binary variables take the same values, but some of the continuous variables may take slightly diff...
-
Tushar Rathiさんが投稿を作成しました:
Question about solution pool
回答済みHi, I am trying to use solution pool to obtain `n` best solutions by setting the PoolSearchMode = 2. I have some binary and some continuous variables in my model. Assuming, there exist at least `n`...
-
Tushar Rathiさんがコメントを作成しました:
Thanks Jaromił. I will check the parameters you mentioned and the talk too.
-
Tushar Rathiさんがコメントを作成しました:
Hi Jaromił, Thanks for the reply. I want to add some more comments and things I tried: 1. My model does have constraints other than the SOS constraints too. Somehow, the line showing the model size...