Albert John Crosby
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Albert John Crosbyによる最近のアクティビティ-
Minimization with constraint involving logs in Julia
回答済みI want to solve \(\frac{1}{N} \sum_{i=1}^N x_i^2\) subject to \(\frac{1}{N} \sum_{i=1}^N \log x_i \geq 0\). In the above, N is the size of the vector x whose \(i^{th}\) element is \(x_i\). I think...
-
Solving MILP optimization problem efficiently for slightly different parameter values
回答済みI would to solve a (series of) MILP using Gurobi with the following feature. Some of the choice variables, call them varx, a vector of size N_ch, satisfy the constraintsfor int1 = 1:N_ch varx[int1...
-
SOS constraints in Gurobi with Julia
回答済みI have successfully used Gurobi in some code written in Julia to solve an optimization problem (MILP and MIQP). The code works perfectly on my laptop. When I port the identical code to Linus and ru...