27 #ifndef ISELECTSTRATEGY_H_
28 #define ISELECTSTRATEGY_H_
this interface is for a select strategy of the generation class.
Definition: ISelectStrategy.h:36
ISelectStrategy()
default constructor
Definition: ISelectStrategy.cpp:29
virtual ~ISelectStrategy()
default destructor
Definition: ISelectStrategy.cpp:33
The Generation class.
Definition: Generation.h:53
virtual void select(Generation *oldGeneration, Generation *newGeneration)=0
abstract function which select the individual from the old generation and copy it in the new generati...