ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python
https://pyswarms.readthedocs.io/en/latest/
MIT License
1.29k stars 333 forks source link

Replace multiprocessing with multiprocess. Fixes #480. #504

Open scimax opened 1 year ago

scimax commented 1 year ago

Multiprocessing is replaced with multiprocess, see #480.

Related Issue