Uses of Interface
net.sourceforge.cilib.util.selection.recipes.SelectionRecipe

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

Uses of SelectionRecipe in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies
 

Methods in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies that return SelectionRecipe
 SelectionRecipe<Entity> SelectiveKnowledgeTransferStrategy.getEntitySelection()
           
 SelectionRecipe<PopulationBasedAlgorithm> SelectiveKnowledgeTransferStrategy.getPopulationSelection()
           
 

Methods in net.sourceforge.cilib.algorithm.population.knowledgetransferstrategies with parameters of type SelectionRecipe
 void SelectiveKnowledgeTransferStrategy.setEntitySelection(SelectionRecipe<Entity> entitySelection)
           
 void SelectiveKnowledgeTransferStrategy.setPopulationSelection(SelectionRecipe<PopulationBasedAlgorithm> populationSelection)
           
 

Uses of SelectionRecipe in net.sourceforge.cilib.moo.archive.constrained
 

Methods in net.sourceforge.cilib.moo.archive.constrained that return SelectionRecipe
 SelectionRecipe<OptimisationSolution> SetBasedConstrainedArchive.getPruningSelection()
           
 

Methods in net.sourceforge.cilib.moo.archive.constrained with parameters of type SelectionRecipe
 void SetBasedConstrainedArchive.setPruningSelection(SelectionRecipe<OptimisationSolution> pruningSelection)
           
 

Uses of SelectionRecipe in net.sourceforge.cilib.util.selection.recipes
 

Classes in net.sourceforge.cilib.util.selection.recipes that implement SelectionRecipe
 class ElitistSelection<E extends Comparable>
          A recipe for Elitist selection.
 class RandomSelection<E>
          Perform a random selection from the provided list of elements.
 class RankBasedSelection<E extends Comparable>
          A recipe for Rank based selection.
 class RingBasedPopulationSelection
           
 class RouletteWheelSelection<E extends Comparable>
          A recipe for Roulette wheel selection.
 class TournamentSelection<E extends Comparable>
          A recipe for Tournament selection.
 

Methods in net.sourceforge.cilib.util.selection.recipes that return SelectionRecipe
 SelectionRecipe<E> SelectionRecipe.getClone()
          Create a cloned copy of the current object and return it.
 



Copyright © 2009 CIRG. All Rights Reserved.