Purnima Subramaniam
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
Purnima Subramaniamによる最近のアクティビティ-
Keyerror
回答済みHi, I am importing the data in my python code using excel sheet. It has been working alright until I changed some values in the excel. Everything seems to be defined and looks correct to me. I keep...
-
Multi objective optimization - non dominant solution
回答済み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...
-
Finding all optimal solution for a Multi-objective Optimization
回答済みHi, I have set up a multi-objective mixed integer optimization model with Gurobi. In my case, I have two objectives. As far as I have understood, Gurobi does not support finding a Pareto frontier. ...
-
Multi Objective Function
回答済みHi, I am tryring to solve a multi objective function problem. This is code for setting up the objective function: # set objective functionObj1 = (gp.quicksum((t_g[p,i,j]*y_kg[p,i,j,k] + t_a[p,i,j]*...