Fengyu Yang
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Fengyu Yangさんの最近のアクティビティ-
Fengyu Yangさんがコメントを作成しました:
Hi Riley,Thanks! I ran nu = np.array([cone.QCPi for cone in cones]), then I got the dual variable for the quadratic constraints. But it is very different from the dual solutions corresponding to th...
-
Fengyu Yangさんがコメントを作成しました:
Hi Riley,Thanks a lot for your help! Now I have fixed the infeasibility issue. I wonder if it is possible to get the dual variables corresponding to the cone constraint. Now I get an error at nu =...
-
Fengyu Yangさんがコメントを作成しました:
Hi Riley, Thanks for your help. I tried this way but got “Model is infeasible or unbounded”: Gurobi Optimizer version 11.0.0 build v11.0.0rc2 (mac64[arm] - Darwin 22.3.0 22D49) CPU model: Apple M2 ...
-
Fengyu Yangさんが投稿を作成しました:
How to formulate a general second-order cone constraint
回答済みHi, I am inquiring if I can formulate a general second-order cone program (SOCP) as shown in Wikipedia:min_x q.T * x s.t. ||A_i * x + b_i || <= c_i.T * x + d_i Fx ...