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
Posts
Recent activity by Tanmoy Das-
How to show model equation from .mps file to Jupyter notebook?
AnsweredI need to show the model structure/equation to the Jupyter notebook. I wrote the model into local file (using mps, rlp, lp). Here is the model structure if I open it in text editor. I want to show...
-
Need to (re)optimize model based on parameters/input data (not variables or constraints)
AnsweredOne of my constraints of the optimization model is as below. Once optimal solution is found, I am able to remove some variables & (re)optimize the model. But, I also want to update the value of par...
-
Removing few variable from optimization model
Awaiting user inputI have the following list of Gurobi decision variables. <Gurobi.Var DV[May2021, Journey1]>, <Gurobi.Var DV[May2021, Journey2]>,<Gurobi.Var DV[May2021, Journey3]>,<Gurobi.Var DV[june2021, Journey1]>...
-
How to update value of parameter during model iteration?
AnsweredHello good people, I am aiming to recalculate (&update) parameters value after each (or possible) iterations if x=1. How can I update value of parameter during model iteration? In the given problem...