Ye Liu
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
Ye Liuによる最近のアクティビティ-
How to calculate normal distribution CDF where the mean and variance is linear combination of decision variables?
回答済みHi, I wanted to express a constraint where the reward is calculated as a normal distribution CDF, and the upper bound, mean, and variance are linear expressions of some decision variables. 1) PDF ...
-
Gurobi Model Infeasible or unbounded
回答済みHi all, I am solving a model consisting of several periods of reward, when I solve the model for one period (T = 1), I can get the result. But once I specify it to 2 periods (T = 2), it is not solv...
-
How to assign a new variable equal to min of two other variable (Gurobi in Python)
進行中Hi, I have been trying to write a variable say c = min(a, b) and then this variable enters the objective function. The problem is I can't use c = min_(a,b) because then c becomes a gurobipy.GenExpr...