PyTorch-ES icon indicating copy to clipboard operation
PyTorch-ES copied to clipboard

Advantage of ThreadPool over Pool?

Open bglick13 opened this issue 5 years ago • 0 comments

I'm just curious why this uses threading instead of multiprocessing in the EvolutionModule? My environment is pretty CPU heavy and my hunch is processes would give more of a speed improvement than threads.

bglick13 avatar Jun 11 '19 19:06 bglick13