Multi-threaded find_min_global() not using 100% of all cores. #3031
-
I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
davisking
Nov 13, 2024
Replies: 1 comment
-
The threading is only used to call the objective function. All the mechanism of the solver is single threaded. So it's only going to help if your objective function is slow. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pfeatherstone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The threading is only used to call the objective function. All the mechanism of the solver is single threaded. So it's only going to help if your objective function is slow.