#include <eoVelocity.h>
Inheritance diagram for eoVelocity< POT >:

Public Member Functions | |
| virtual void | apply (eoPop< POT > &_pop) |
| Apply the velocity computation to a whole given population. | |
| virtual void | updateNeighborhood (POT &, unsigned _indice) |
| Update the neighborhood of the given particle. | |
| virtual void | updateNeighborhood (eoPop< POT > &_pop) |
| Apply the neighborhood with a whole population (used for distributed or synchronous PSO). | |
All the velocities must derivated from eoVelocity.
Definition at line 24 of file eoVelocity.h.
| virtual void eoVelocity< POT >::apply | ( | eoPop< POT > & | _pop | ) | [inline, virtual] |
Apply the velocity computation to a whole given population.
Used for synchronous PSO.
Definition at line 32 of file eoVelocity.h.
1.4.7