Uses of Package
net.sourceforge.cilib.util.selection.recipes

Packages that use net.sourceforge.cilib.util.selection.recipes
net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies   
net.sourceforge.cilib.moo.archive.constrained   
net.sourceforge.cilib.util.selection.recipes   
 

Classes in net.sourceforge.cilib.util.selection.recipes used by net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies
SelectionRecipe
          A recipe is a series of steps that need to be followed to achieve a selection.
 

Classes in net.sourceforge.cilib.util.selection.recipes used by net.sourceforge.cilib.moo.archive.constrained
SelectionRecipe
          A recipe is a series of steps that need to be followed to achieve a selection.
 

Classes in net.sourceforge.cilib.util.selection.recipes used by net.sourceforge.cilib.util.selection.recipes
ElitistSelection
          A recipe for Elitist selection.
RandomSelection
          Perform a random selection from the provided list of elements.
RankBasedSelection
          A recipe for Rank based selection.
RingBasedPopulationSelection
           
RouletteWheelSelection
          A recipe for Roulette wheel selection.
SelectionRecipe
          A recipe is a series of steps that need to be followed to achieve a selection.
TournamentSelection
          A recipe for Tournament selection.
 



Copyright © 2009 CIRG. All Rights Reserved.