Package com.epochx.op.selection

Interface Summary
PoolSelector<TYPE> PoolSelectors are for selecting a group of individuals from a population of programs.
ProgramSelector<TYPE> ProgramSelectors are for selecting an individual from a population of programs.
 

Class Summary
LinearRankSelector<TYPE> Linear rank selection chooses programs by fitness rank.
RandomSelector<TYPE> A random selector is a program and pool selector which provides no selection pressure.
TournamentSelector<TYPE> Tournament selection provides both program and pool selection.