Chenying Yang
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Chenying Yang-
Chenying Yang commented,
Hi David, Thanks for your reply and sorry for my late response. May I know how to stop julia kernel when running on cluster? I did use rmprocs(workers()) if that's what you mean. Also, how should ...
-
Chenying Yang created a post,
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 ...
-
Chenying Yang created a post,
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...