Open Landau1908 opened 2 weeks ago
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
?
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.