pyswarms.handlers package
=========================

This package implements different handling strategies for the optimiziation
using boundary conditions. The strategies help avoiding that particles
leave the defined search space. There are two :code:`Handler` classes
that provide these functionalities, the :class:`BoundaryHandler` and the
:class:`VelocityHandler`.

pyswarms.handlers class
-----------------------

.. automodule:: pyswarms.backend.handlers
   :members:
   :undoc-members:
   :show-inheritance:
   :special-members: __init__, __call__
