27 #ifndef RANDOMSELECTSTRATEGY_H_
28 #define RANDOMSELECTSTRATEGY_H_
31 #include <selforg/randomgenerator.h>
this interface is for a select strategy of the generation class.
Definition: ISelectStrategy.h:36
random generator with 48bit integer arithmentic
Definition: randomgenerator.h:34
This class makes a select by randomized comparison of one individual of the old generation with a ran...
Definition: RandomSelectStrategy.h:48
virtual ~RandomSelectStrategy()
default destructor
Definition: RandomSelectStrategy.cpp:46
The Generation class.
Definition: Generation.h:53
virtual void select(Generation *oldGeneration, Generation *newGeneration)
implementation for the interface ISelectStrategy
Definition: RandomSelectStrategy.cpp:50
RandGen * m_random
the random generator
Definition: RandomSelectStrategy.h:72