Margi Shah
- 合計アクティビティ 179
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
コメント
Margi Shahによる最近のアクティビティ-
Hi Jaromil, Many thanks for this detailed information. I looked upon the video lecture and related documentation from Gurobi. It was bit clear now. Kind regards, Margi
-
Hi Jaromił Najman, Thanks for the information. I managed to somehow rectify the error. I have one question: How to add custom heuristics in my existing problem for faster MIP's? I came to this vide...
-
Hi Jaromil, I see ! Thank you for this wonderful information . I will continue rectifying the error . Kind regards -Margi
-
Hi Jaromil, Thanks for pointing it out.I will look into that. I have one simple question: aux = steel.addVars(reslist2, time1, lb=-GRB.INFINITY,name="aux") Why did you put lb=-GRB.INFINITY here?
-
Hi Jaromil, I made the necessary changes as below: Addition of variables: #Adding of auxillary variables for modifying objective function,incuding E_PVaux = steel.addVars(reslist2, time1, lb=-GRB.I...
-
Hi Jaromił Najman, Many thanks for the reply. I understand why you add these auxiliary variables. However, I have few questions, 1. E_PV=[866.23,789.27,765.65,740.63,686.67,708.26,720.81,690.84,725...
-
Hi Jaromił Najman, Many thanks for replying to the question. I think I have understood what model attributes are. Firstly, I am as of now not putting any query, but this post is for the appreciatio...
-
Hi Jaromil, I have two questions: 1. x={}for t in time1: x[t]=price_energy[t-1]*EnergyResource[174,t].X I have tried to store the value of x as a list. This is Obj value at different time steps...
-
Hi Jaromil, Thanks for the information. I will surely look into it.
-
Hi Jaromil, Yes , you are right, but that isn't a tedious task? I mean doing this, print(price_energy[1]*EnergyResource[174,2].X)print(price_energy[2]*EnergyResource[174,3].X)print(price_energy[3]...