Package | Description |
---|---|
org.encog.ml.ea.opp.selection | |
org.encog.ml.ea.train | |
org.encog.ml.ea.train.basic |
Modifier and Type | Class and Description |
---|---|
class |
TournamentSelection
Tournament select can be used to select a fit (or unfit) genome from a
species.
|
class |
TruncationSelection
Truncation selection chooses a random genome from the top genomes in the
population.
|
Modifier and Type | Method and Description |
---|---|
SelectionOperator |
EvolutionaryAlgorithm.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
EvolutionaryAlgorithm.setSelection(SelectionOperator selection)
Set the selection operator.
|
Modifier and Type | Method and Description |
---|---|
SelectionOperator |
BasicEA.getSelection() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEA.setSelection(SelectionOperator selection)
Set the selection operator.
|
Copyright © 2014. All Rights Reserved.