Purnima Subramaniam
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
コメント
Purnima Subramaniamによる最近のアクティビティ-
I also wanted to added that I am solving the bi objective problem by hierarchical lexicographic method. The priority of objective 1 is 2 and the priority of objective 2 is 1. Here is the piece of c...
-
Hi Jaromil, I had a question regarding a bi objective problem that I am solving. I have two objectives: objective 1 minimizes total travel time and objective 2 minimizes total unmet demand. I am us...
-
Hi Marika, Thank you for your response. It's still not clear to me on how to use ObjNumber to print all the values of optimal solution for both Obj1 and Obj2. m.optimize()m.solCount for w in range(...
-
Hi Jaromil, Thank you so much for all the clarifications! Thanks, Purnima
-
I had one more generic question. How do you paste the code in python code format? I am unable to paste a in a correct code format . Thanks in advance!
-
Hi Jaromil, Thank you for response. With the above changes my code is working fine. I wanted to solve this bi-objective function with a hierarchical or lexicographic approach and I had the followin...