junyan qiu
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 1
アクティビティの概要
junyan qiuさんの最近のアクティビティ-
junyan qiuさんがコメントを作成しました:
Thanks for your responses, which are professional. When the number of cases goes up, the ratio of cache-miss increases quickly, which can explain the significant slowing down of solving speed.
-
junyan qiuさんがコメントを作成しました:
I am sure 8 cores are fully available. I can see the number of busy cores is also 8 (with 100% usage), and there is no other heavy task in the background when I experiment. I guess the problem may...
-
junyan qiuさんがコメントを作成しました:
Please use fixed TSP data for this experiment to avoid non-determinism. I use a benchmark in TSPLIB as data, which consists of 200 points. Every TSP case is using the same data. Then the the num...
-
junyan qiuさんがコメントを作成しました:
Hi, Jaromił: I am not able to observe this issue when comparing caseNum=4 vs caseNum=2, because then all cases can use physical cores.It should be best to limit the number of cases run in paralle...
-
junyan qiuさんが投稿を作成しました:
Gurobi with multiprocessing has few benefits
回答済みProblem: I follow the tutorial in https://support.gurobi.com/hc/en-us/articles/360043111231-How-do-I-use-multiprocessing-in-Python-with-Gurobi- to use multiprocessing with gurobi, to solve multiple...