27 #ifndef EXTREAMTESTFITNESSSTRATEGY_H_
28 #define EXTREAMTESTFITNESSSTRATEGY_H_
The interface for the fitness strategy of an individual.
Definition: IFitnessStrategy.h:36
An example implementation and a extreme test for gen.
Definition: ExtreamTestFitnessStrategy.h:39
This class represent one individual of the complete gen.
Definition: Individual.h:45
virtual double getFitness(const Individual *individual)
implementation for getFitness of IFitnessStrategy.
Definition: ExtreamTestFitnessStrategy.cpp:44
virtual ~ExtreamTestFitnessStrategy()
default destructor do nothing
Definition: ExtreamTestFitnessStrategy.cpp:38