Package es.udc.gii.common.eaf.algorithm.operator.selection

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 Class SelectionOperator
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