27 #ifndef INVERTEDFITNESSSTRATEGY_H_
28 #define INVERTEDFITNESSSTRATEGY_H_
virtual ~InvertedFitnessStrategy()
default destructor
Definition: InvertedFitnessStrategy.cpp:37
This strategy calculate the invert to a other strategy.
Definition: InvertedFitnessStrategy.h:41
The interface for the fitness strategy of an individual.
Definition: IFitnessStrategy.h:36
virtual double getFitness(const Individual *individual)
returns the inverse fitness value what the other strategy returns for the individual "individual"...
Definition: InvertedFitnessStrategy.cpp:41
This class represent one individual of the complete gen.
Definition: Individual.h:45
IFitnessStrategy * m_strategy
The other strategy.
Definition: InvertedFitnessStrategy.h:67