Abstract statistics class
![]() | Registering Evaluations Collecting statistics
|
Abstract base class defining the basic statistical data to be collected during experiments. These consist of SuccessRate (SR), Average Evaluations to Solution (AES) and Mean Fitness (MF).
virtual void CollectBasicRunStatistics( bool iIsSucces, FitnessType const & iBestFitness )
After every run this function should be called to record the result of the last run.
iBestFitness - This should be the fitness of the best individual in population after the last run.
Registering Evaluations
These functions are used to register the amount of evaluations made by the fitnessfunction.
virtual void RegisterEvaluation()
virtual void RegisterEvaluations( unsigned long int iEvaluations )
virtual unsigned long int GetNumberOfEvaluations()
double TotalFitness
unsigned long int TotalSuccess
unsigned long int NumberOfEvaluations
unsigned long int TotalNumberOfEvaluations
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de