highprecisionpso::GlobalAttractorEvaluation Class Reference

This class implements a specific statistical evaluation, which supplies the global attractor positions of the particles. More...

#include <specific_statistical_evaluations.h>

Inheritance diagram for highprecisionpso::GlobalAttractorEvaluation:

Public Member Functions

std::vector< std::vector< mpf_t * > > Evaluate ()
 Returns the current global attractor positions 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 global attractor positions of the particles.

Member Function Documentation

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

Returns the current global attractor positions of the particles.

Returns
The global attractor positions of the particles.

Implements highprecisionpso::SpecificStatisticalEvaluation.

std::string highprecisionpso::GlobalAttractorEvaluation::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: