highprecisionpso::DeltaUpdateCounterEvaluation Class Reference
This class implements a specific statistical evaluation, which supplies the number of delta updates if a DeltaUpdater is used. More...
#include <specific_statistical_evaluations.h>
Inheritance diagram for highprecisionpso::DeltaUpdateCounterEvaluation:

Public Member Functions | |
| std::vector< std::vector< mpf_t * > > | Evaluate () |
| Returns the current number of delta updates of the particles in each dimension. 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 number of delta updates if a DeltaUpdater is used.
Member Function Documentation
|
virtual |
Returns the current number of delta updates of the particles in each dimension.
- Returns
- The number of delta updates
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