Jizhou Lu
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
投稿
Jizhou Luによる最近のアクティビティ-
What is the most efficient way to generate a random solution from all possible solutions that comply with some constraints in a MIP?
ユーザーの入力を待っています。Hello, I am not very familiar with MIP and LP. I want to have a random sample from all possible solutions that satisfy some linear constraints. There is an example code using JuMP from Julia: using...
-
How does 'PoolSearchMode=1' works in a MIP problem? (using JuMP from Julia)
回答済みAs mentioned, I want to find all possible solutions that satisfy some linear constraints. More specifically, I want to get a random choice in all these solutions. I then found that setting a `PoolS...