|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeneticCODEC in org.encog.ml.ea.codec |
---|
Classes in org.encog.ml.ea.codec that implement GeneticCODEC | |
---|---|
class |
GenomeAsPhenomeCODEC
This is a simple pass-through CODEC. |
Uses of GeneticCODEC in org.encog.ml.ea.score.parallel |
---|
Methods in org.encog.ml.ea.score.parallel that return GeneticCODEC | |
---|---|
GeneticCODEC |
ParallelScore.getCodec()
|
Constructors in org.encog.ml.ea.score.parallel with parameters of type GeneticCODEC | |
---|---|
ParallelScore(Population thePopulation,
GeneticCODEC theCODEC,
List<AdjustScore> theAdjusters,
CalculateScore theScoreFunction,
int theThreadCount)
Construct the parallel score calculation object. |
Uses of GeneticCODEC in org.encog.ml.ea.train |
---|
Methods in org.encog.ml.ea.train that return GeneticCODEC | |
---|---|
GeneticCODEC |
EvolutionaryAlgorithm.getCODEC()
|
Uses of GeneticCODEC in org.encog.ml.ea.train.basic |
---|
Methods in org.encog.ml.ea.train.basic that return GeneticCODEC | |
---|---|
GeneticCODEC |
BasicEA.getCODEC()
|
Methods in org.encog.ml.ea.train.basic with parameters of type GeneticCODEC | |
---|---|
void |
BasicEA.setCODEC(GeneticCODEC theCodec)
Set the CODEC to use. |
Uses of GeneticCODEC in org.encog.ml.genetic |
---|
Classes in org.encog.ml.genetic that implement GeneticCODEC | |
---|---|
class |
MLEncodableCODEC
A CODEC for IMLEncodable classes. |
Uses of GeneticCODEC in org.encog.ml.prg |
---|
Classes in org.encog.ml.prg that implement GeneticCODEC | |
---|---|
class |
PrgCODEC
Encode and decode an Encog program between genome and phenotypes. |
Uses of GeneticCODEC in org.encog.neural.hyperneat |
---|
Classes in org.encog.neural.hyperneat that implement GeneticCODEC | |
---|---|
class |
HyperNEATCODEC
|
Uses of GeneticCODEC in org.encog.neural.neat |
---|
Classes in org.encog.neural.neat that implement GeneticCODEC | |
---|---|
class |
NEATCODEC
This CODEC is used to create phenomes (NEATNetwork) objects using a genome (NEATGenome). |
Methods in org.encog.neural.neat that return GeneticCODEC | |
---|---|
GeneticCODEC |
NEATPopulation.getCODEC()
|
Methods in org.encog.neural.neat with parameters of type GeneticCODEC | |
---|---|
void |
NEATPopulation.setCODEC(GeneticCODEC codec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |