|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenomeComparator | |
---|---|
org.encog.ml.ea.sort | |
org.encog.ml.ea.train | |
org.encog.ml.ea.train.basic |
Uses of GenomeComparator in org.encog.ml.ea.sort |
---|
Classes in org.encog.ml.ea.sort that implement GenomeComparator | |
---|---|
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. |
Uses of GenomeComparator in org.encog.ml.ea.train |
---|
Methods in org.encog.ml.ea.train that return GenomeComparator | |
---|---|
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". |
Methods in org.encog.ml.ea.train with parameters of type GenomeComparator | |
---|---|
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". |
Uses of GenomeComparator in org.encog.ml.ea.train.basic |
---|
Methods in org.encog.ml.ea.train.basic that return GenomeComparator | |
---|---|
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". |
Methods in org.encog.ml.ea.train.basic with parameters of type GenomeComparator | |
---|---|
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". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |