Class Summary |
DeterministicTournamentSelection |
This class implements the deterministic tournament selection. |
ExtintionOperator |
This operator allows calculating the surviving individuals throug their
relations, i.e., as a sum of penalties and benefits. |
InheritExtintionOperator |
|
LinearRankingSelection |
In linear ranking selection, the selection probability of each individual
is defined as a linear function of the individuals' rank. |
SelectionOperator |
This abstract class represents a selection operator. |
TournamentSelection |
This method of selection runs a tournament among a few individuals chosen
at random from the population and selects the winner for the reproduction
phase. |
UniformSelection |
This class implements a uniform selection opetator. |