JAGA Homepage

Uses of Interface
org.jaga.definitions.SelectionAlgorithm

Packages that use SelectionAlgorithm
org.jaga.definitions   
org.jaga.selection   
org.jaga.util   
 

Uses of SelectionAlgorithm in org.jaga.definitions
 

Methods in org.jaga.definitions that return SelectionAlgorithm
 SelectionAlgorithm GAParameterSet.getSelectionAlgorithm()
           
 

Methods in org.jaga.definitions with parameters of type SelectionAlgorithm
 void GAParameterSet.setSelectionAlgorithm(SelectionAlgorithm val)
           
 

Uses of SelectionAlgorithm in org.jaga.selection
 

Classes in org.jaga.selection that implement SelectionAlgorithm
 class RouletteWheelSelection
          TODO: Complete these comments.
 class TournamentSelection
          TODO: Complete these comments.
 class TwoTournamentProbabalisticSelection
          TODO: Complete these comments.
 

Uses of SelectionAlgorithm in org.jaga.util
 

Methods in org.jaga.util that return SelectionAlgorithm
 SelectionAlgorithm DefaultParameterSet.getSelectionAlgorithm()
           
 

Methods in org.jaga.util with parameters of type SelectionAlgorithm
 void DefaultParameterSet.setSelectionAlgorithm(SelectionAlgorithm val)
           
 


JAGA Homepage

Go to JAGA Homepage