[SciPy-Dev] Extending scipy.optimize.minimize with particle swarm

Nathan Rooy nathanrooy at gmail.com
Wed May 13 20:49:34 EDT 2020


Hi,

I've written a particle swam based optimizer that could be integrated into
scipy.optimize.minimize with method=pso. Particle swam does a good job in
non-convex, non-continuous environments and would make a nice compliment to
the current optimizer selection. If there is any interest with this
addition, I would be happy to implement it.

Thanks,
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20200513/829cd2cc/attachment.html>


More information about the SciPy-Dev mailing list