27 #ifndef IFITNESSSTRATEGY_H_
28 #define IFITNESSSTRATEGY_H_
IFitnessStrategy()
default constructor do nothing
Definition: IFitnessStrategy.cpp:29
virtual double getFitness(const Individual *individual)=0
declaration of the function getFitness.
The interface for the fitness strategy of an individual.
Definition: IFitnessStrategy.h:36
virtual ~IFitnessStrategy()
default destructor do nothing
Definition: IFitnessStrategy.cpp:33
This class represent one individual of the complete gen.
Definition: Individual.h:45