Purnima Subramaniam
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Purnima Subramaniam-
Keyerror
AnsweredHi, 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
AnsweredHi 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
AnsweredHi, 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
AnsweredHi, 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]*...