Chenying Yang
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Chenying Yang-
Gurobi Error 10030: Overage for too long, X active sessions and over the baseline for Y minutes
Hi, I am solving a model repeatedly with different parameters using Gurobi via Julia. The program is running parallel across 100 workers and 1 node, where each worker takes the same model setup in ...
-
Sequential computing vs Parallel computing using Gurobi
AnsweredHi, I'm solving a MILP using Gurobi in Julia. The optimisation is done independently for 10k firms. I tried two ways. One is to define the model first up to some model parameters, and then loop ov...