Modifier and Type | Class and Description |
---|---|
class |
GenomeAsPhenomeCODEC
This is a simple pass-through CODEC.
|
Modifier and Type | Method and Description |
---|---|
GeneticCODEC |
ParallelScore.getCodec() |
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 |
---|---|
GeneticCODEC |
EvolutionaryAlgorithm.getCODEC() |
Modifier and Type | Method and Description |
---|---|
GeneticCODEC |
BasicEA.getCODEC() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEA.setCODEC(GeneticCODEC theCodec)
Set the CODEC to use.
|
Modifier and Type | Class and Description |
---|---|
class |
MLEncodableCODEC
A CODEC for IMLEncodable classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PrgCODEC
Encode and decode an Encog program between genome and phenotypes.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperNEATCODEC |
Modifier and Type | Class and Description |
---|---|
class |
NEATCODEC
This CODEC is used to create phenomes (NEATNetwork) objects using a genome
(NEATGenome).
|
Modifier and Type | Method and Description |
---|---|
GeneticCODEC |
NEATPopulation.getCODEC() |
Modifier and Type | Method and Description |
---|---|
void |
NEATPopulation.setCODEC(GeneticCODEC codec) |
Copyright © 2014. All Rights Reserved.