File: _pyswarms.backend.rst

package info (click to toggle)
pyswarms 1.3.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,708 kB
  • sloc: python: 4,108; makefile: 240; sh: 32
file content (15 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Backend
========

The main workhorse of PySwarms is the backend module. It contains various
primitive methods and classes to help you create your own custom swarm
implementation. The high-level PSO implementations in this library such
as GlobalBestPSO and LocalBestPSO were built using the backend module.

.. toctree::

   pyswarms.backend
   pyswarms.handlers
   pyswarms.topology
   pyswarms.swarms