psopy icon indicating copy to clipboard operation
psopy copied to clipboard

A SciPy compatible super fast Python implementation for Particle Swarm Optimization.

Results 3 psopy issues
Sort by recently updated
recently updated
newest added

I am working on an optimization problem that has part of the variables in question being restrained from 0-1. Because the set of variables is dynamic, I initialize the set...

I find that there are no bounds defined explicitly in minimize.py. Must I use the gen_confunc to define the bound, which is too tedious.

question

Hi! Thanks for your awesome project. I was checking it out when I ran into a `ValueError: operands could not be broadcast together with shapes (D,) (N,)`, where `D` is...

question