Package gpalta.ops

Class Summary
IndSelector Abstract selector class
IndSelectorProportional Implements proportional selection (deterministic).
IndSelectorRoulette Implements roulette selection method
IndSelectorSUS Implements Stochastic Universal sampling (SUS) method
IndSelectorTournament Implements Tournament selection.
NodeBuilder Abstract Node Builder
NodeBuilderFull Implements the 'FULL' build method
NodeBuilderGrow Implements the 'GROW' build method
NodeSelector  
Ranking Implements tree sorting methods for selection
RankingLFR  
RankingRaw Inherits methods from Ranking.
TreeBuilder Implements ramped half and half Tree creation
TreeOperator Performs genetic operations between trees.