
Linzhi Jiang
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Linzhi Jiang-
What's the specific algorithm of barrier used in gurobi?
AnsweredDear all I’m currently modeling my problem in python. The algorithm of Gurobi used to solve the QP problem is called barrier. As far as I know, this algorithm contains many specific algorithms, a...
-
How to increase the speed when calling gurobi in a loop?
AnsweredDear all I’m currently modeling my problem in python. I need to call gurobi many times to solve QP or non-convex problems, and every time I will use different parameters. What can I do to decreas...