
Linzhi Jiang
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
アクティビティの概要
Linzhi Jiangさんの最近のアクティビティ-
Linzhi Jiangさんがコメントを作成しました:
Hi, Thank you very much! You mentioned that each Gurobi run uses multiple Threads when using the barrier method and it may be required that I limit the number of Threads for each process. And coul...
-
Linzhi Jiangさんがコメントを作成しました:
Hi, Thank you very much! And could you please tell what the convergence criterion is in this algorithm? Best regards,Linzhi Jiang
-
Linzhi Jiangさんがコメントを作成しました:
Hi, I want to add some information that I need to call Gurobi for more than 1,000 times, so I need to reduce the total calculation time caused by the multiple calls. Best regards,Linzhi Jiang
-
Linzhi Jiangさんがコメントを作成しました:
Hi, Thank you very much! The parameters I alter in between runs is some constant terms in the constraints, and the difference between them affects the speed of every single run slightly, which can ...
-
Linzhi Jiangさんが投稿を作成しました:
What's the specific algorithm of barrier used in gurobi?
回答済みDear all I’m currently modeling my problem in python. The algorithm of Gurobi used to solve the QP problem is called barrier. As far as I know, this algorithm contains many specific algorithms, a...
-
Linzhi Jiangさんが投稿を作成しました:
How to increase the speed when calling gurobi in a loop?
回答済みDear all I’m currently modeling my problem in python. I need to call gurobi many times to solve QP or non-convex problems, and every time I will use different parameters. What can I do to decreas...