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 (31 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pyswarms.backend package
=========================

You can import all the native helper methods in this package
using the command:

.. code-block:: python

    import pyswarms.backend as P

Then call the methods found in each module. Note that these methods interface
with the Swarm class provided in the :mod:`pyswarms.backend.swarms` module.

pyswarms.backend.generators module
----------------------------------

.. automodule:: pyswarms.backend.generators
   :members:

pyswarms.backend.handlers module
--------------------------------

.. automodule:: pyswarms.backend.handlers
   :members:

pyswarms.backend.operators module
----------------------------------

.. automodule:: pyswarms.backend.operators
   :members: