Documentation For Encog 2.x

NeuralChromosome Methods

The methods of the NeuralChromosome class are listed below. For a complete list of NeuralChromosome class members, see the NeuralChromosome Members topic.

Public Instance Methods

CalculateCost (inherited from Chromosome) Called to calculate the cost for this chromosome.
CompareTo (inherited from Chromosome)
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
InitGenes Init the genes array.
Mate (inherited from Chromosome)
Mutate Mutate this chromosome randomly.
SetGenesDirect (inherited from Chromosome)
ToString (inherited from Chromosome) Convert the chromosome to a string.
UpdateGenes Copy the network to the genes.
UpdateNetwork Copy the genes to the network.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

NeuralChromosome Class | Encog.Neural.Networks.Training.Genetic Namespace