direct_statistics.h
Go to the documentation of this file.
119 StatisticReduceOperator(StatisticReduceOperation* reduce_operation, SpecificStatisticalEvaluation* specific_evaluation);
std::string EvaluationToString()
Calls the normal evaluation function and transforms the result to a string.
virtual std::vector< mpf_t * > Evaluate()=0
Performs some statistical evaluations.
This class implements a statistic, where the name is set manually.
Definition: direct_statistics.h:161
This class implements a statistic, which evaluates how the precision of the evaluations evolve...
Definition: direct_statistics.h:251
This class is an abstract class. It supplies the interface for generating a constant value...
Definition: general_objects.h:532
This class is an abstract class. It supplies the interface to reduce specific statistical evaluations...
Definition: specific_statistical_evaluations.h:231
This class implements a statistic, which operates on the values of another statistic.
Definition: direct_statistics.h:136
virtual std::string GetName()=0
Returns a string representation of this object.
This class implements a statistic, which evaluates the distance of the global best found position to ...
Definition: direct_statistics.h:195
This class implements a statistic, which evaluates the objective function at the global best position...
Definition: direct_statistics.h:209
This class implements a statistic, which reduces a specific statistical evaluation to an analyzable s...
Definition: direct_statistics.h:111
This class is an abstract class. It supplies the interface to operate on single mpf_t values...
Definition: general_objects.h:683
This class implements a statistic, which evaluates how often each particle updates a global attractor...
Definition: direct_statistics.h:237
This class is an abstract class. It supplies the interface for statistical evaluations.
Definition: direct_statistics.h:54
This file contain classes, which can evaluate matrices depending on the current state of the particle...
This class implements a statistic, which always evaluates to the same value.
Definition: direct_statistics.h:267
This class is an abstract class. It supplies the interface for intermediate statistical evaluations...
Definition: specific_statistical_evaluations.h:54
This class implements a statistic, which evaluates how often each particle updates its local attracto...
Definition: direct_statistics.h:223
This class implements a statistic, which combines two statistics by a combination operation...
Definition: direct_statistics.h:84
This class is an abstract class. It supplies the interface for reducing two mpf_t values to a single ...
Definition: general_objects.h:403
This file contains various general objects which can be used by or contained in other objects...
This class implements a statistic, which displays the position entries of the overall best position f...
Definition: direct_statistics.h:181