pyswarms
pyswarms copied to clipboard
A research toolkit for particle swarm optimization in Python
I believe the package cannot handle a few complex-conditioned functions. This is an example. The function defined in the tutorial for ["Basic Optimization with Arguments"](https://pyswarms.readthedocs.io/en/latest/examples/tutorials/basic_optimization.html#Basic-Optimization-with-Arguments) is a simple non-conditional function....
The documentation of **PyPop7** is available at: https://pypop.readthedocs.io/ The open-source Python code of **PyPop7** is available at https://github.com/Evolutionary-Intelligence/pypop It is highly welcomed to test and use **PyPop7**. Any suggestions are...
**Describe the bug** When I only import pyswarms it crashes on init **To Reproduce** Create an android application with com.chaquo.python as a python compiler, in the default config install pyswarms...
* PySwarms version: 1.3.0 * Python version: 3.9.7 * Operating System: Ubuntu 20.04.6 LTS ### Description I am trying to minimize the entropy of a pyten.mp.MPS(). When I use the...
**Describe the bug** Plotting in 3D space appears to be broken. The example in visualization.ipynb returns an empty 2D plot. **To Reproduce** Open visualization.ipynb and run all code, then view...
**Describe the bug** No mention in both codes and docs that pyswarms [optimize](https://pyswarms.readthedocs.io/en/latest/api/pyswarms.base.html?highlight=optimize#pyswarms.base.base_single.SwarmOptimizer.optimize) is minimization. **To Reproduce** run example of any maximization problems. **Expected behavior** Clear docs that maximization problems...
**Is your feature request related to a problem? Please describe.** I'm having a data of network and the optimization problems defined is to find best nodes in a graph. Each...
**Describe the bug** Hello. Can anyone help me with this error? I am trying run "Plotting in 3-D space" from examples from the docs of pyswarms, but I get this...