#include <SLogEntry.hpp>
Public Attributes | |
double | dBestFitness |
double | dAvgFitness |
int | iBestHits |
double | dAvgHits |
double SLogEntry::dAvgFitness |
The mean fitness value of a given generation and run.
double SLogEntry::dAvgHits |
The mean hits in a given generation and run.
double SLogEntry::dBestFitness |
The best fitness value obtained by an individual in a given generation and run.
The number of hits obtained by the individual with the best fitness in a given generation and run.