|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionPolicy | |
---|---|
org.apache.commons.math.genetics | This package provides Genetic Algorithms components and implementations. |
Uses of SelectionPolicy in org.apache.commons.math.genetics |
---|
Classes in org.apache.commons.math.genetics that implement SelectionPolicy | |
---|---|
class |
TournamentSelection
Tournament selection scheme. |
Methods in org.apache.commons.math.genetics that return SelectionPolicy | |
---|---|
SelectionPolicy |
GeneticAlgorithm.getSelectionPolicy()
Returns the selection policy. |
Constructors in org.apache.commons.math.genetics with parameters of type SelectionPolicy | |
---|---|
GeneticAlgorithm(CrossoverPolicy crossoverPolicy,
double crossoverRate,
MutationPolicy mutationPolicy,
double mutationRate,
SelectionPolicy selectionPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |