highprecisionpso::Statistic Class Referenceabstract

This class is an abstract class. It supplies the interface for statistical evaluations. More...

#include <direct_statistics.h>

Inheritance diagram for highprecisionpso::Statistic:

Public Member Functions

virtual ~Statistic ()
 
virtual std::vector< mpf_t * > Evaluate ()=0
 Performs some statistical evaluations. More...
 
std::string EvaluationToString ()
 Calls the normal evaluation function and transforms the result to a string. More...
 
virtual std::string GetName ()=0
 Returns a string representation of this object. More...
 

Detailed Description

This class is an abstract class. It supplies the interface for statistical evaluations.

Constructor & Destructor Documentation

virtual highprecisionpso::Statistic::~Statistic ( )
inlinevirtual

The destructor.

Member Function Documentation

std::string highprecisionpso::Statistic::EvaluationToString ( )

Calls the normal evaluation function and transforms the result to a string.

Returns
String representation of current evaluation values.

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