pyswarms
pyswarms copied to clipboard
Enable GPU/parallelize for pyswarms
Is it possible to use gpu for pyswarms (in python)? My loss function calls the simulator so it takes a lot of time and I wonder if it is possible to parallelize the calculation for the particles of the swarm in each iteration?
or do we have an existing function to use?
thanks for the help.