XIAO ROU YU
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
XIAO ROU YUによる最近のアクティビティ-
Constraint involves log
回答済みI want to use Gurobi solve a problem with log constraint The origin CVXPY code is: w = cp.Variable((n, 1))Z = cp.Variable((n, N)) for j in range(N):column_Zj=cp.reshape(Z[:, j], (-1, 1))log_expre...
-
Logarithmic Optimization Problem
回答済みI am very new in using Gurobi, and I encounter some problem when using "addGenConstrLog". I try to solve a complicated log-optimal problem, and I first tried a simple version where w is an unit si...