potential_calculator.h
Go to the documentation of this file.
The particles for the particle swarm optimization algorithm.
Definition: particle.h:54
std::vector< std::vector< mpf_t * > > Evaluate()
Calculates for all particles and dimensions the statistical values.
virtual std::string GetName()=0
Returns a string representation of this object.
This potential calculator can calculate the scaled absolute value of the velocity plus the distance t...
Definition: potential_calculator.h:100
This file contain classes, which can evaluate matrices depending on the current state of the particle...
This potential calculator can calculate the function difference statistic.
Definition: potential_calculator.h:77
This class is an abstract class. It supplies the interface for intermediate statistical evaluations...
Definition: specific_statistical_evaluations.h:54
This file contains information about the particles of the swarm.
This class is an abstract class. It supplies the interface for calculation of some statistical data...
Definition: potential_calculator.h:55
This potential calculator can calculate the scaled square root of the absolute velocity plus the squa...
Definition: potential_calculator.h:132