CMA-ES / pycma

Python implementation of CMA-ES
Other
1.1k stars 178 forks source link

EvalParallel2 limitation #191

Closed phinansalozgurluk closed 2 years ago

phinansalozgurluk commented 2 years ago

Unfortunately I couldn‘t manage to run the cma-es with more than 8 cpu's.

I use an Amd processor with 48 cores. Via the task manager I can track that no more than 8 cores are used. Has anyone had the same issue?

nikohansen commented 2 years ago

Giving a the code that doesn't work as expected would probably help a lot.