Dhiraj Yadav
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Dhiraj Yadav-
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
-
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...
-
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[...