Yangyi Li
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Yangyi Liによる最近のアクティビティ-
MIP using R
回答済みHi, I was solving an MIP using R Gurobi, this was my original code and it can solve it. Then I changed the inputs from Xi being (0,1) to Zi being(-1,0,1), I added a quadratic constraint Sum of Zi^<...
-
Programming
回答済みSo I have a minimization problem, my Zi are (-1,0,1), originally I'm trying to minimize ZTWZ, it works fine, and now I want to add an additional constraint, the sum of Zi^2 is less than a number m....