PyTorch-ES
PyTorch-ES copied to clipboard
Advantage of ThreadPool over Pool?
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.