highprecisionpso::VelocityEvaluation Class Reference

This class implements a specific statistical evaluation, which supplies the velocities of the particles. More...

#include <specific_statistical_evaluations.h>

Inheritance diagram for highprecisionpso::VelocityEvaluation:

Public Member Functions

std::vector< std::vector< mpf_t * > > Evaluate ()
 Returns the current velocities of the particles. More...
 
std::string GetName ()
 Returns a string representation of this object. More...
 
- Public Member Functions inherited from highprecisionpso::SpecificStatisticalEvaluation
virtual ~SpecificStatisticalEvaluation ()
 

Detailed Description

This class implements a specific statistical evaluation, which supplies the velocities of the particles.

Member Function Documentation

std::vector<std::vector<mpf_t*> > highprecisionpso::VelocityEvaluation::Evaluate ( )
virtual

Returns the current velocities of the particles.

Returns
The velocities of the particles.

Implements highprecisionpso::SpecificStatisticalEvaluation.

std::string highprecisionpso::VelocityEvaluation::GetName ( )
virtual

Returns a string representation of this object.

Returns
The name of the object.

Implements highprecisionpso::SpecificStatisticalEvaluation.


The documentation for this class was generated from the following file: