Uses of Class
org.encog.neural.networks.training.neat.NEATInnovationType

Packages that use NEATInnovationType
org.encog.neural.networks.training.neat   
 

Uses of NEATInnovationType in org.encog.neural.networks.training.neat
 

Methods in org.encog.neural.networks.training.neat that return NEATInnovationType
 NEATInnovationType NEATInnovation.getInnovationType()
           
static NEATInnovationType NEATInnovationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NEATInnovationType[] NEATInnovationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.neural.networks.training.neat with parameters of type NEATInnovationType
 NEATInnovation NEATInnovationList.checkInnovation(long in, long out, NEATInnovationType type)
          Check to see if we already have an innovation.
 void NEATInnovationList.createNewInnovation(long in, long out, NEATInnovationType type)
          Create a new innovation.
 long NEATInnovationList.createNewInnovation(long from, long to, NEATInnovationType innovationType, NEATNeuronType neuronType, double x, double y)
          Create a new innovation.
 

Constructors in org.encog.neural.networks.training.neat with parameters of type NEATInnovationType
NEATInnovation(long fromNeuronID, long toNeuronID, NEATInnovationType innovationType, long innovationID)
          Construct an innovation.
NEATInnovation(long fromNeuronID, long toNeuronID, NEATInnovationType innovationType, long innovationID, NEATNeuronType neuronType, double x, double y)
          Construct an innovation.
 



Copyright © 2011. All Rights Reserved.