Jai Kishan Gupta
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Jai Kishan Gupta-
Gurobi on Azure
AnsweredI have gurobi academic licence I want to run my python code where I am using gurobi optimization on Azure function. How can I do that like how I can setup gurobi on azure so that I can use same cod...
-
Using sqrt in constraint.
Answeredresult = np.sqrt(np.dot(np.dot(variable_array.T,covariance_matrix_array),variable_array)) here is the formula to calcuate the risk which should not be more than 5%. Now can you please help me how I...