#include <GeneticEngine.h>
Inheritance diagram for prapi::ga::SurvivorSelector< T >:

Public Methods | |
| virtual void | selectSurvivors (const util::List< Individual< T > > &from, util::List< Individual< T > > &to)=0 |
| Select some fit individuals that survive to the next generation. | |
|
||||||||||||||||
|
Select some fit individuals that survive to the next generation.
Implemented in prapi::ga::RankSelector< T >. |