Uses of Class
org.biojavax.ga.functions.AbstractSelectionFunction

Packages that use AbstractSelectionFunction
org.biojavax.ga.functions GA functions 
 

Uses of AbstractSelectionFunction in org.biojavax.ga.functions
 

Subclasses of AbstractSelectionFunction in org.biojavax.ga.functions
 class ProportionalSelection
          A Selection function that determines the proportion of individuals in a new population proportionally to their fitness.
static class SelectionFunction.Threshold
          Selects individuals who's fitness exceeds a threshold value.