
zhen chen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by zhen chen-
zhen chen commented,
Thanks very much Summer for noting one bug in my codes. After reading several related posts and test some multiprocessing problem myself, I find that if wanting the multiprocess running successully...
-
zhen chen commented,
I find that if define gurobi models inside the target function, there will be no issue running the Process().
-
zhen chen created a post,
multiprocessing gurobi have errors using Process but no erros using Pool
AnsweredI have a linear programming problem that requiring changeing the right hand side of a constraint every time I solved the model. So I want to see if I can do it by parallel computing. From several ...