Package | Description |
---|---|
org.encog.neural.hyperneat | |
org.encog.neural.hyperneat.substrate | |
org.encog.neural.neat |
Modifier and Type | Method and Description |
---|---|
MLMethod |
HyperNEATCODEC.decode(NEATPopulation pop,
Substrate substrate,
Genome genome) |
Modifier and Type | Method and Description |
---|---|
static Substrate |
SubstrateFactory.factorSandwichSubstrate(int inputEdgeSize,
int outputEdgeSize)
Create a sandwich substrate.
|
Modifier and Type | Method and Description |
---|---|
Substrate |
NEATPopulation.getSubstrate() |
Modifier and Type | Method and Description |
---|---|
void |
NEATPopulation.setSubstrate(Substrate substrate) |
Constructor and Description |
---|
NEATPopulation(Substrate theSubstrate,
int populationSize)
Construct a starting HyperNEAT population.
|
Copyright © 2014. All Rights Reserved.