Benchmarking with num_search_worker #4471
Replies: 1 comment
-
your cpus have 8 and 6 real cores. 48 workers make 6 or 8 workers run on each code, slowing down everything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: v9.10.4067
Language: Python
Solver: CP-SAT
I did a preliminary evaluation of my problem by running it many times with different options for num_search_worker and got the results as shown in the picture. Why is it that when using the most threads, most of the results are worse than using fewer threads (on same CPU)? How does num_search_worker work?
Beta Was this translation helpful? Give feedback.
All reactions