pyswarm icon indicating copy to clipboard operation
pyswarm copied to clipboard

Particle swarm optimization (PSO) that supports constraints

Results 17 pyswarm issues
Sort by recently updated
recently updated
newest added

Hello guys. I'm planning using your library with expensive functions, and I have configured a little cluster in my lab using dask-distributed. I have made some improvement in your code...

I wonder how to implement the binary PSO, where the values of the particles are vectors of 0's and 1's. It is useful for feature selection, when 0 mean doesn't...

Hi tisimst and others, I've tried to use pyswarm to solve an engineering optimal problem but get Inf fp return when the _debug_ keyworld in PSO is set to be...

Hi there, I've tried to find a way to define some equal constraints but didn't find one, is there a way to do that?

Other folks might have automated pipelines like me where having parameters that take SciPy like inputs (the bounds in particular) would be better that specifying the lower and upper bounds....

I was wondering if I could make a Pull Request for a more `scipy` style bounds field from to the current to something like the version of I've modified? `(func,...

See [this gist](https://gist.github.com/d1manson/40cbbb62a5f4ecc37bd7) I've just made for some suggestions.