Sheng Hui Tan
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Sheng Hui Tanさんの最近のアクティビティ-
Sheng Hui Tanさんが投稿を作成しました:
Primal Dual Conversion
回答済みHi, I am trying to convert a primal LP problem into it's corresponding dual. I obtained a non-zero solution for the primal model but as for the dual model I obtained a dual optimal solution of zero...
-
Sheng Hui Tanさんがコメントを作成しました:
Hi Jaromil Najman, I changed all the negative using the following line : DOD_inverse = m.addConstr(DOD_invr[t] * DOD[t] == 1, name = 'DOD_Inverse')inverse_value = DR.addConstr(invr[t] * cap_dod2[t]...
-
Sheng Hui Tanさんが投稿を作成しました:
Model is infeasible. Is it due to the way I modelled the non-linear constraint?
回答済みHi, my model became infeasible when I added the following constraints. May I check if this is the right way for me to model the nonlinear constraints in python Gurobi? Ebrated, Cb and Battery cost...
-
Sheng Hui Tanさんがコメントを作成しました:
Hi Jaromił, Thanks for your help. The code is working. Regards, Sheng Hui
-
Sheng Hui Tanさんがコメントを作成しました:
Hi Jaromil, I'm currently working on an energy home scheduling optimization problem over a time horizon. The constant scalars are battery_input_voltage and initial_level. The optimization variables...
-
Sheng Hui Tanさんが投稿を作成しました:
GurobiError: Constraint has no bool value (are you trying "lb <= expr <= ub"?)
回答済みHi all, I'm currently doing a home system optimization considering energy storage. I included battery loss in one of my constraint which is dependent on the decision variable current and previous ...