| Package | Description |
|---|---|
| org.encog.ml.ea.score.adjust | |
| org.encog.ml.ea.score.parallel | |
| org.encog.ml.ea.train | |
| org.encog.ml.ea.train.basic |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexityAdjustedScore
Adjust scores to penalize complexity.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdjustScore> |
ParallelScore.getAdjusters() |
| Constructor and Description |
|---|
ParallelScore(Population thePopulation,
GeneticCODEC theCODEC,
List<AdjustScore> theAdjusters,
CalculateScore theScoreFunction,
int theThreadCount)
Construct the parallel score calculation object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdjustScore> |
EvolutionaryAlgorithm.getScoreAdjusters() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvolutionaryAlgorithm.addScoreAdjuster(AdjustScore scoreAdjust)
Add a score adjuster.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdjustScore> |
BasicEA.getScoreAdjusters() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicEA.addScoreAdjuster(AdjustScore scoreAdjust)
Add a score adjuster.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BasicEA.calculateScoreAdjustment(Genome genome,
List<AdjustScore> adjusters)
Calculate the score adjustment, based on adjusters.
|
Copyright © 2014. All Rights Reserved.