Uses of Class
net.sourceforge.cilib.util.selection.Selection.Entry

Packages that use Selection.Entry
net.sourceforge.cilib.moo.archive.solutionweighing   
net.sourceforge.cilib.util.selection   
net.sourceforge.cilib.util.selection.ordering   
net.sourceforge.cilib.util.selection.recipes   
net.sourceforge.cilib.util.selection.weighing   
net.sourceforge.cilib.util.selection.weighing.entity   
 

Uses of Selection.Entry in net.sourceforge.cilib.moo.archive.solutionweighing
 

Method parameters in net.sourceforge.cilib.moo.archive.solutionweighing with type arguments of type Selection.Entry
 boolean SolutionWeighing.weigh(List<Selection.Entry<OptimisationSolution>> elements)
           
 boolean AntiClusterWeighing.weigh(List<Selection.Entry<OptimisationSolution>> solutions)
           
 

Uses of Selection.Entry in net.sourceforge.cilib.util.selection
 

Methods in net.sourceforge.cilib.util.selection that return types with arguments of type Selection.Entry
 List<Selection.Entry<E>> SelectionSyntax.entries()
           
 List<Selection.Entry<E>> Selection.entries()
          Obtain the list of internal Entry instances.
 

Uses of Selection.Entry in net.sourceforge.cilib.util.selection.ordering
 

Methods in net.sourceforge.cilib.util.selection.ordering with parameters of type Selection.Entry
 int DefaultComparator.compare(Selection.Entry<E> o1, Selection.Entry<E> o2)
          Compares its two arguments for order.
 int DefaultComparator.compare(Selection.Entry<E> o1, Selection.Entry<E> o2)
          Compares its two arguments for order.
 

Method parameters in net.sourceforge.cilib.util.selection.ordering with type arguments of type Selection.Entry
 boolean RingBasedOrdering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 boolean ProportionalOrdering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 boolean SortedOrdering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 boolean RandomOrdering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 boolean ReverseOrdering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 boolean Ordering.order(List<Selection.Entry<E>> elements)
          Apply the ordering on the provided list.
 

Constructor parameters in net.sourceforge.cilib.util.selection.ordering with type arguments of type Selection.Entry
SortedOrdering(Comparator<Selection.Entry<E>> comparator)
          Create a new instance with the provided comparator as the comparator to use.
 

Uses of Selection.Entry in net.sourceforge.cilib.util.selection.recipes
 

Methods in net.sourceforge.cilib.util.selection.recipes that return types with arguments of type Selection.Entry
 Comparator<Selection.Entry<E>> RankBasedSelection.getComparator()
          Get the comparator.
 Comparator<Selection.Entry<E>> ElitistSelection.getComparator()
          Get the current comparator.
 Comparator<Selection.Entry<E>> TournamentSelection.getComparator()
          Get the comparator for the selection.
 

Method parameters in net.sourceforge.cilib.util.selection.recipes with type arguments of type Selection.Entry
 void RankBasedSelection.setComparator(Comparator<Selection.Entry<E>> comparator)
          Set the comparator to use.
 void ElitistSelection.setComparator(Comparator<Selection.Entry<E>> comparator)
          Set the comparator to be used.
 void TournamentSelection.setComparator(Comparator<Selection.Entry<E>> comparator)
          Set the comparator for the selection.
 

Constructor parameters in net.sourceforge.cilib.util.selection.recipes with type arguments of type Selection.Entry
ElitistSelection(Comparator<Selection.Entry<E>> comparator)
          Create a new instance with the provided Comparator.
RankBasedSelection(Comparator<Selection.Entry<E>> comparator)
          Create a new instance with the provided Comparator.
 

Uses of Selection.Entry in net.sourceforge.cilib.util.selection.weighing
 

Method parameters in net.sourceforge.cilib.util.selection.weighing with type arguments of type Selection.Entry
 boolean LinearWeighing.weigh(List<Selection.Entry<E>> elements)
          Perform a weighing on the provided list of entries.
 boolean FixedWeighing.weigh(List<Selection.Entry<E>> elements)
          Perform a weighing on the provided list of entries.
 boolean Weighing.weigh(List<Selection.Entry<E>> elements)
          Perform a weighing on the provided list of entries.
 

Uses of Selection.Entry in net.sourceforge.cilib.util.selection.weighing.entity
 

Method parameters in net.sourceforge.cilib.util.selection.weighing.entity with type arguments of type Selection.Entry
 boolean EntityWeighing.weigh(List<Selection.Entry<E>> entities)
          Perform a weighing on the provided list of entries.
 



Copyright © 2009 CIRG. All Rights Reserved.