dimension_independent_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...
This class is an abstract class for processing the velocity and position update of each particle...
Definition: position_and_velocity_updater.h:55
std::string GetName()
Returns a string representation of this object.
void Update(Particle *p)
Processes a single movement of the specified particle.
DimensionIndependentUpdater(double reduction, int max_directions)
The constructor.
This class implements an update procedure, which acts independent to the coordinate axes...
Definition: dimension_independent_updater.h:52