tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Particle swarm optimization #192

Open tBuLi opened 5 years ago

tBuLi commented 5 years ago

Just heard about particle swarm optimization at a seminar, and it sounds very cool. Our resident beekeeper @Jhsmit will also like it.

Some quick googling suggests that there is already a very easy to use package for this: pyswarm.

So this is definitely worth investigating.

pckroon commented 5 years ago

I'll leave these here: https://github.com/esa/pagmo2 https://esa.github.io/pygmo/

I'm more in favour of wrapping some of these algorithm, and putting it in contrib.

pckroon commented 5 years ago

And I'll also leave this one here, with thanks to @jbarnoud. https://scikit-optimize.github.io/