highprecisionpso::PositionEvaluation Class Reference
This class implements a specific statistical evaluation, which supplies the positions of the particles. More...
#include <specific_statistical_evaluations.h>
Inheritance diagram for highprecisionpso::PositionEvaluation:

Public Member Functions | |
| std::vector< std::vector< mpf_t * > > | Evaluate () |
| Returns the current 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 positions of the particles.
Member Function Documentation
|
virtual |
Returns the current positions of the particles.
- Returns
- The positions of the particles.
Implements highprecisionpso::SpecificStatisticalEvaluation.
|
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:
- src/statistics/specific_statistical_evaluations.h

Public Member Functions inherited from
1.8.11