
Amogh Bhosekar
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
Comments
Recent activity by Amogh Bhosekar-
Hi, I was able to run my model however my solution is not converging at the correct solution to the problem. I am not sure what the reason could be. Before we get into that I had following question...
-
Thank you.
-
You are absolutely right Tobias and this is exactly what I do. I guess I wasn't clear enough. I have set up the time limit parameter to 500 seconds for models m1 and m2. So my question is does com...
-
Hello Jaromił, Thank you for your response. I believe my question is very straightforward. I am not able to find any code with two dimensional list coefficient and dictionary variable. Can you pro...
-
Hello, The link you posted doesn't work. I will take a look at parameter tuner for sure. Here is a screenshot. A question to ask about line 1 (MIP start from previous solve). I wanted to know,...
-
It is important to mention that the problem is being solve iteratively. Each iteration, the value of parameter lambda changes in the objective. The model is changed using new setObjective() method....
-
Sure here you goDataN = Num_jobsT = Num_timeslotsK = Num_machinesdelta = Num_daysCk = Cost_usingCo = Cost_overtimeCu = Cost_undertimelambdas = multSessionLength = SL. #Until this time no overtimedu...
-
Thank you Eli. What I meant by copying variable is just to keep the copy of variable that I use to update the 'param'. I dont actually use copy function. Approach 1 worked very well for me. Thank you
-
It is difficult to post small example. I ran 6 tests, and 100 iterations maximum in each approaches that give me lower and upper bounds. Out of these, the model was able to obtain exact same upper ...
-
Thank you Eli, I was able to run the model, however the solution I am getting is different. For example, I am changing only one parameter in the model every iteration, which is in the objective ...