testing_updater.h
Go to the documentation of this file.
1 
40 #ifndef HIGH_PRECISION_PSO_POSITION_AND_VELOCITY_UPDATER_TESTING_UPDATER_H_
41 #define HIGH_PRECISION_PSO_POSITION_AND_VELOCITY_UPDATER_TESTING_UPDATER_H_
42 
44 
45 namespace highprecisionpso {
46 
57 public:
68  void Update(Particle* p);
69  std::string GetName();
70 };
71 
72 } // namespace highprecisionpso
73 
74 #endif /* HIGH_PRECISION_PSO_POSITION_AND_VELOCITY_UPDATER_TESTING_UPDATER_H_ */
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.
The testing updater implements an experimental position and velocity update procedure.
Definition: testing_updater.h:56
void Update(Particle *p)
Processes a single movement of the specified particle.
base namespace for this project.
Definition: absorption.h:45