Package lio.selectors

Interface Summary
Selector Implements algorithms to select individuals from an array of individuals.
 

Class Summary
KTournament This class implements the K-Tournement selection
RouleteWheelSelector This class implements the roulete wheel sampling to select some individuals from a population.
TruncationSelection This class selects the best individuals in an array.