XIAO ROU YU
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
XIAO ROU YUさんの最近のアクティビティ-
XIAO ROU YUさんがコメントを作成しました:
Hi Riley, Thanks for answering. I tried to set the variables who may be negative to a negative lower bound, but still encountered an infeasible model. Therefore, I suspect there may be an error in ...
-
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...
-
XIAO ROU YUさんがコメントを作成しました:
Hi David, Thanks a lot ! "When creating variables the default lower bound is 0." This is very helpful for me. But I still want to ask why there are nonzero gap?
-
XIAO ROU YUさんがコメントを作成しました:
Hi David, I already use the latest version(v11.0.1) and setting the parameter model.Params.FuncNonlinear=1 But still got the same results... I wonder if my origin code is wrong? Here's my outp...
-
XIAO ROU YUさんが投稿を作成しました:
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...