Uses of Package
net.sourceforge.cilib.entity.operators.selection

Packages that use net.sourceforge.cilib.entity.operators.selection
net.sourceforge.cilib.boa   
net.sourceforge.cilib.boa.bee   
net.sourceforge.cilib.ec.iterationstrategies   
net.sourceforge.cilib.entity.operators.crossover   
net.sourceforge.cilib.entity.operators.selection   
 

Classes in net.sourceforge.cilib.entity.operators.selection used by net.sourceforge.cilib.boa
SelectionStrategy
           
 

Classes in net.sourceforge.cilib.entity.operators.selection used by net.sourceforge.cilib.boa.bee
SelectionStrategy
           
 

Classes in net.sourceforge.cilib.entity.operators.selection used by net.sourceforge.cilib.ec.iterationstrategies
SelectionStrategy
           
 

Classes in net.sourceforge.cilib.entity.operators.selection used by net.sourceforge.cilib.entity.operators.crossover
SelectionStrategy
           
 

Classes in net.sourceforge.cilib.entity.operators.selection used by net.sourceforge.cilib.entity.operators.selection
CompoundSelection
          This class implements the Composite design pattern to correctly apply a group of selection operators to perform a specific selection.
ElitistSelectionStrategy
           
RandomSelectionStrategy
           
RouletteWheelSelectionStrategy
          This class implements Roulette Wheel selection, also known as proportionate selection.
SelectionStrategy
           
TournamentSelectionStrategy
          Perform a tournament selection process on the provided Topology with a predefined tournament size.
 



Copyright © 2009 CIRG. All Rights Reserved.