Uses of Class
org.encog.neural.hyperneat.substrate.Substrate

Packages that use Substrate
org.encog.neural.hyperneat   
org.encog.neural.hyperneat.substrate   
org.encog.neural.neat   
 

Uses of Substrate in org.encog.neural.hyperneat
 

Methods in org.encog.neural.hyperneat with parameters of type Substrate
 MLMethod HyperNEATCODEC.decode(NEATPopulation pop, Substrate substrate, Genome genome)
           
 

Uses of Substrate in org.encog.neural.hyperneat.substrate
 

Methods in org.encog.neural.hyperneat.substrate that return Substrate
static Substrate SubstrateFactory.factorSandwichSubstrate(int inputEdgeSize, int outputEdgeSize)
          Create a sandwich substrate.
 

Uses of Substrate in org.encog.neural.neat
 

Methods in org.encog.neural.neat that return Substrate
 Substrate NEATPopulation.getSubstrate()
           
 

Methods in org.encog.neural.neat with parameters of type Substrate
 void NEATPopulation.setSubstrate(Substrate substrate)
           
 

Constructors in org.encog.neural.neat with parameters of type Substrate
NEATPopulation(Substrate theSubstrate, int populationSize)
          Construct a starting HyperNEAT population.
 



Copyright © 2014. All Rights Reserved.