Tanmoy Das
Data Scientist, currently final year in PhD at Dalhousie University. Working on a resource optimization problem
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 26
Comments
Recent activity by Tanmoy Das-
Hi, Not the best way, but maybe you can extract each scenario using m.SingleScenarioModel(), and then optimize all of them to retrieve all solutions for each scenario. I am trying the below as well:
-
Appreciate it. I will aim for that.
-
I want to draw the linechart of iteration vs runtime & iteration vs % gap kinda similar to the below figure
-
thank you. I applied your suggestion to the model.
-
I also want to get the objective values (two objectives in my moo problem) in each iteration. Callback function gives me some ideas. I know my model went through 19 simplex iterations. I need the v...
-
Well, actually Distance[s, o] is more of a Pairing of index between s & o. Just like Pairing(i,j) example in the following example https://gurobi.github.io/modeling-examples/customer_assignment/cus...