Jose peeterson
- 合計アクティビティ 20
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
Jose peetersonさんの最近のアクティビティ-
Jose peetersonさんがコメントを作成しました:
Hi Mario, Thanks, I have made those two changes and now the code behaves in the same manner. Best regards, Peeterson.
-
Jose peetersonさんが投稿を作成しました:
Algorithms and solution methods to verify the solution from gurobi
回答済みI have the following objective function: where is the only positive decision variable. is a function of . is equivalent to given in the equality constraint below. Other variables are positive ...
-
Jose peetersonさんがコメントを作成しました:
Hi Mario, Thanks for your reply. I understand the 1st and 2nd bullet points. For your 3rd point, somehow the results of MOO is different when I define the objectives individually using m.setObject...
-
Jose peetersonさんが投稿を作成しました:
Weighted multi-objectives not working as expected
回答済みHi, I have the following MOO problem for a Electric vehicle charging station. Problem background: Vehicles come to charging slots, v in the charging station with a certain deadline and a demanded ...
-
Jose peetersonさんがコメントを作成しました:
Hi Jaromil, I have now resorted to use del_t = 0.25. I have also chosen to use only 2 piecewise objectives. I am also using presolve commented out. Now, I am able to get near real-time performance....
-
Jose peetersonさんがコメントを作成しました:
Hi Jaromil, Unfortunately, It does not solve the problem. You can try to comment m.params.Presolve = 0 and change del_t from 1 to 0.1 It still takes very long to solve. I am afraid I cannot use ad...
-
Jose peetersonさんがコメントを作成しました:
I have modified the indicator constraints using m.addGenConstrIndicator() Now, it is choosing the regions correctly. However, If the number of decision variables are large the convergence is too sl...
-
Jose peetersonさんがコメントを作成しました:
Hey Tobias, Thanks for your reply. Now my code looks like the way you mentioned. I want to makesure that the correct objective is chosen so I have written a small test code. When I run my code ...
-
Jose peetersonさんがコメントを作成しました:
Hi Tobias, I have written this code following your instruction above. Could you please check if its right? I am now getting Model is Infeasible error. b1 = m.addVar(vtype=GRB.BINARY, name="b...
-
Jose peetersonさんがコメントを作成しました:
Thanks for your reply Matthias. How do I specify disjoint intervals like I> 960*SOC_avg , 480*SOC_avg < I < 960*SOC_avg , 240*SOC_avg < I < 480*SOC_avg , 120*SOC_avg < I < 240*SOC_avg , an...