Package | Description |
---|---|
org.encog.ml.ea.sort | |
org.encog.ml.ea.train | |
org.encog.ml.ea.train.basic |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenomeComparator
Provides base functionality for comparing genomes.
|
class |
MaximizeAdjustedScoreComp
Use this comparator to maximize the adjusted score.
|
class |
MaximizeScoreComp
Use this comparator to maximize the score.
|
class |
MinimizeAdjustedScoreComp
Use this comparator to minimize the adjusted score.
|
class |
MinimizeScoreComp
Use this comparator to minimize the score.
|
Modifier and Type | Method and Description |
---|---|
GenomeComparator |
EvolutionaryAlgorithm.getBestComparator()
Get the comparator that is used to choose the "true best" genome.
|
GenomeComparator |
EvolutionaryAlgorithm.getSelectionComparator()
Get the comparator that is used to choose the "best" genome for
selection, as opposed to the "true best".
|
Modifier and Type | Method and Description |
---|---|
void |
EvolutionaryAlgorithm.setBestComparator(GenomeComparator bestComparator)
Set the comparator that is used to choose the "true best" genome.
|
void |
EvolutionaryAlgorithm.setSelectionComparator(GenomeComparator selectionComparator)
Set the comparator that is used to choose the "best" genome for
selection, as opposed to the "true best".
|
Modifier and Type | Method and Description |
---|---|
GenomeComparator |
BasicEA.getBestComparator()
Get the comparator that is used to choose the "true best" genome.
|
GenomeComparator |
BasicEA.getSelectionComparator()
Get the comparator that is used to choose the "best" genome for
selection, as opposed to the "true best".
|
Modifier and Type | Method and Description |
---|---|
void |
BasicEA.setBestComparator(GenomeComparator theComparator)
Set the comparator.
|
void |
BasicEA.setSelectionComparator(GenomeComparator theComparator)
Set the comparator that is used to choose the "best" genome for
selection, as opposed to the "true best".
|
Copyright © 2014. All Rights Reserved.