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