highprecisionpso::PrecisionStatistic Class Reference

This class implements a statistic, which evaluates how the precision of the evaluations evolve. More...

#include <direct_statistics.h>

Inheritance diagram for highprecisionpso::PrecisionStatistic:

Public Member Functions

std::vector< mpf_t * > Evaluate ()
 Returns the current precision in bits of the mantissa. More...
 
std::string GetName ()
 Returns a string representation of this object. More...
 
- Public Member Functions inherited from highprecisionpso::Statistic
virtual ~Statistic ()
 
std::string EvaluationToString ()
 Calls the normal evaluation function and transforms the result to a string. More...
 

Detailed Description

This class implements a statistic, which evaluates how the precision of the evaluations evolve.

Member Function Documentation

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

Returns the current precision in bits of the mantissa.

Returns
The number of bits in the mantissa of all floating point evaluations.

Implements highprecisionpso::Statistic.

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

Returns a string representation of this object.

Returns
The name of the object.

Implements highprecisionpso::Statistic.


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