default_updater.h
Go to the documentation of this file.
The particles for the particle swarm optimization algorithm.
Definition: particle.h:54
This file contains an abstract class for processing the velocity and position update of each particle...
std::string GetName()
Returns a string representation of this object.
This class is an abstract class for processing the velocity and position update of each particle...
Definition: position_and_velocity_updater.h:55
void Update(Particle *p)
Processes a single movement of the specified particle according to the standard movement equations...
This class implements the standard movement equations for particle swarm optimization.
Definition: default_updater.h:50