random.h
Go to the documentation of this file.
The particles for the particle swarm optimization algorithm.
Definition: particle.h:54
BoundHandlingRandom(bool reset_all)
The constructor.
std::string GetName()
Returns a string representation of this object.
void SetParticleUpdate(Particle *p)
Updates the position of the particle p according to the current position and the new (already calcula...
This file contains an abstract class for different bound handling strategies, which can be used for t...
This class is an abstract class. It supplies the interface for bound handling strategies of the parti...
Definition: bound_handling.h:54
This class implements the bound handling strategy random for the particle swarm optimization.
Definition: random.h:52