Package | Description |
---|---|
org.encog.ml.ea.population | |
org.encog.ml.genetic | |
org.encog.ml.genetic.genome | |
org.encog.ml.prg.train | |
org.encog.neural.hyperneat | |
org.encog.neural.neat |
Modifier and Type | Method and Description |
---|---|
GenomeFactory |
BasicPopulation.getGenomeFactory() |
GenomeFactory |
Population.getGenomeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicPopulation.setGenomeFactory(GenomeFactory factory)
Set the gnome factory.
|
void |
Population.setGenomeFactory(GenomeFactory factory)
Set the gnome factory.
|
Constructor and Description |
---|
BasicPopulation(int thePopulationSize,
GenomeFactory theGenomeFactory)
Construct a population.
|
Modifier and Type | Class and Description |
---|---|
class |
MLMethodGenomeFactory
A factory to create MLMethod based genomes.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayGenomeFactory
A factory that creates DoubleArrayGenome objects of a specific size.
|
class |
IntegerArrayGenomeFactory
A factory to create integer genomes of a specific size.
|
Modifier and Type | Class and Description |
---|---|
class |
PrgGenomeFactory
A GenomeFactory that creates EncogProgram genomes.
|
Modifier and Type | Class and Description |
---|---|
class |
FactorHyperNEATGenome
Create a Genome for use with HyperNEAT.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NEATGenomeFactory
This interface defines additional methods defined to create NEAT genomes.
|
Modifier and Type | Class and Description |
---|---|
class |
FactorNEATGenome
This factory is used to create NEATGenomes.
|
Copyright © 2014. All Rights Reserved.