Index
All Classes and Interfaces|All Packages
S
- select(List<? extends List<T>>, List<T>) - Method in interface behaviour.SelectionBehaviour
- select(List<? extends List<T>>, List<T>) - Method in class behaviour.TournamentSelection
-
One good selection criteria is Tournament Selection, which randomly picks two individuals and runs a virtual tournament.
- SelectionBehaviour - Interface in behaviour
-
Interface for different types of selection classes
- setCrossoverBehaviour(CrossoverBehaviour) - Method in class genetic.NextGeneration
-
set crossover behaviour
- setMutationBehaviour(MutationBehaviour) - Method in class genetic.NextGeneration
-
set mutation behaviour
- setSelectionBehaviour(SelectionBehaviour) - Method in class genetic.NextGeneration
-
set selection behaviour
- setState(State) - Method in class genetic.GeneticAlgorithm
- state - package state
-
Group of state classes for Genetic Algorithm process
- State - Interface in state
-
State interface
All Classes and Interfaces|All Packages