Package | Description |
---|---|
org.apache.commons.math3.genetics |
This package provides Genetic Algorithms components and implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TournamentSelection
Tournament selection scheme.
|
Modifier and Type | Method and Description |
---|---|
SelectionPolicy |
GeneticAlgorithm.getSelectionPolicy()
Returns the selection policy.
|
Constructor and Description |
---|
GeneticAlgorithm(CrossoverPolicy crossoverPolicy,
double crossoverRate,
MutationPolicy mutationPolicy,
double mutationRate,
SelectionPolicy selectionPolicy)
Create a new genetic algorithm.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.