Uses of Interface
net.sourceforge.cilib.util.selection.weighing.Weighing

Packages that use Weighing
net.sourceforge.cilib.moo.archive.solutionweighing   
net.sourceforge.cilib.util.selection   
net.sourceforge.cilib.util.selection.recipes   
net.sourceforge.cilib.util.selection.weighing   
net.sourceforge.cilib.util.selection.weighing.entity   
 

Uses of Weighing in net.sourceforge.cilib.moo.archive.solutionweighing
 

Subinterfaces of Weighing in net.sourceforge.cilib.moo.archive.solutionweighing
 interface SolutionWeighing
           Weighs an optimisation solution for selection to be either removed from the Archive or selected to be used as guide during the search process.
 

Classes in net.sourceforge.cilib.moo.archive.solutionweighing that implement Weighing
 class AntiClusterWeighing
           An implementation of SolutionWeighing that weighs a collection of OptimisationSolutions based on how closely clustered these solutions are to one another.
 

Uses of Weighing in net.sourceforge.cilib.util.selection
 

Methods in net.sourceforge.cilib.util.selection with parameters of type Weighing
 SelectionSyntax<E> SelectionSyntax.weigh(Weighing<E> weighing)
           
 SelectionSyntax<E> Selection.weigh(Weighing<E> weighing)
          Apply the provided weighing on the current selection.
 

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

Methods in net.sourceforge.cilib.util.selection.recipes that return Weighing
 Weighing<E> RouletteWheelSelection.getWeighing()
          Get the current weighing strategy.
 

Methods in net.sourceforge.cilib.util.selection.recipes with parameters of type Weighing
 void RouletteWheelSelection.setWeighing(Weighing<E> weighing)
          Set the weighing strategy
 

Constructors in net.sourceforge.cilib.util.selection.recipes with parameters of type Weighing
RouletteWheelSelection(Weighing<E> weighing)
          Create a new instance with the provided weighing strategy.
RouletteWheelSelection(Weighing<E> weighing, Random random)
           
 

Uses of Weighing in net.sourceforge.cilib.util.selection.weighing
 

Classes in net.sourceforge.cilib.util.selection.weighing that implement Weighing
 class FixedWeighing<E>
          Apply a fixed weighing to a list of elements.
 class LinearWeighing<E>
          Apply a weighting to the provided list of elements.
 

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

Uses of Weighing in net.sourceforge.cilib.util.selection.weighing.entity
 

Classes in net.sourceforge.cilib.util.selection.weighing.entity that implement Weighing
 class EntityWeighing<E extends Entity>
          Apply a weighing based on the Fitness of Entity instances.
 



Copyright © 2009 CIRG. All Rights Reserved.