shir cohen
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
shir cohenさんの最近のアクティビティ-
shir cohenさんがコメントを作成しました:
Thank you for your reply and for clarifying how the pool search works in the non‐convex MIQCP case.
-
shir cohenさんがコメントを作成しました:
Thanks!Now I can indeed see small differences in the X values between the solutions, but the changes are quite minor.Is there any configuration or parameter that could encourage larger variations b...
-
shir cohenさんがコメントを作成しました:
Hey,Thanks for the follow-up. I found a bug in my code; I was using .X instead of .Xn when iterating through the solution pool, which caused the weird behavior. After fixing it, everything works co...
-
shir cohenさんがコメントを作成しました:
Thanks for the details. I’m noticing that even though SolCount = 3, all the objective values are identical (115.572) and the absolute differences between solutions are zero, this means all the solu...
-
shir cohenさんがコメントを作成しました:
Hi, Thank you for your quick reply.Here is the corresponding solver log summary:Non-default parameters: TimeLimit = 14400 Seed = 42 PoolSolutions = 2 PoolSearchMode = 2 PoolGap = 0.05 .....
-
shir cohenさんが投稿を作成しました:
How can I obtain multiple feasible solutions for a non-convex MIQCP?
回答済みI’m working on a non-convex MIQCP model in Gurobi.I would like to obtain multiple feasible solutions, similarly to how the Solution Pool works for MIP or convex MIQCP problems.I tried setting the f...