You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
To get the maximum speedup, I used full cpu (multiprocessing.cpu_count()=64) to performing increasing popsize (IPOP). During which an exception is raised(see below codes). Does the number_of_processes have to be set to es.popsize + 1 like the official example provided with EvalParallel2(elli, es.popsize + 1) as eval_all ?
Does the number_of_processes have to be set to es.popsize + 1 like the official example provided with EvalParallel2(elli, es.popsize + 1) as eval_all ?
No. It seems that the error suggests that the multiprocessing.cpu_count was not set to 64.
Hi,
To get the maximum speedup, I used full cpu (multiprocessing.cpu_count()=64) to performing increasing popsize (IPOP). During which an exception is raised(see below codes). Does the
number_of_processes
have to be set toes.popsize + 1
like the official example providedwith EvalParallel2(elli, es.popsize + 1) as eval_all
?Regards.
The text was updated successfully, but these errors were encountered: