Dhiraj Yadav
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Dhiraj Yadav-
Dhiraj Yadav created a post,
Re: Warning on max constraint violation (9.9483e-04) exceeds tolerance
AnsweredThis message is shown while running the code. The question is how should i avoid getting these warnings while getting the optimal solution. Best, Dhiraj
-
Dhiraj Yadav commented,
Thanks Marika Karbstein. It was really helpful insight about the model. Best, Dhiraj
-
Dhiraj Yadav created a post,
Unable to retrieve attribute 'objVal'
Answeredimport gurobipy as gpfrom gurobipy import GRBimport mathimport numpy as npfrom matplotlib import pyplot as pltoptions = { "WLSACCESSID": "xxx", "WLSSECRET": "xxx", "LICENSEID": xxx,}import...
-
Dhiraj Yadav commented,
Thanks Ronald van der Velden. It was quite helpful and now I am able to solve the issue. Best, Dhiraj
-
Dhiraj Yadav created a post,
Re: Non-convex non-linear optimization problems
AnsweredI have one query regarding the use of softmax function into my gurobi model. For example, I want to add constraint like Pij[i, j] = exp(-theta[i]*T[i,j] + beta_dash[i,j]*V[i])/(sum(exp(-theta[l]*T[...