velocity_adjustment.h
Go to the documentation of this file.
69 virtual void AdjustVelocity(Particle * p, std::vector<bool> adjust_dimensions, std::vector<mpf_t*> old_position) = 0;
The particles for the particle swarm optimization algorithm.
Definition: particle.h:54
virtual void AdjustVelocity(Particle *p, std::vector< bool > adjust_dimensions, std::vector< mpf_t * > old_position)=0
Adjusts the velocity of a particle after the position update is finished.
This class is an abstract class for processing the velocity adjustment after the position update of e...
Definition: velocity_adjustment.h:54
virtual std::string GetName()=0
Returns a string representation of this object.
This file contains information about the particles of the swarm.
virtual ~VelocityAdjustment()
The Destructor.