Package ec.parsimony

Class Summary
BucketTournament Does a tournament selection, limited to the subpopulation it's working in at the time.
DoubleTournament  
LexicographicTournament Does a simple tournament selection, limited to the subpopulation it's working in at the time.
ParsimonyBinaryTournament Does a simple tournament selection, limited to the subpopulation it's working in at the time.
ProportionalTournament Does a tournament based on fitness with probability prob, and based on size with probability 1-prob.
RatioBucketTournament Does a tournament selection, limited to the subpopulation it's working in at the time.