Documentation For Encog 2.x

TrainingSetNeuralChromosome Methods

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

Public Instance Methods

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

Protected Instance Methods

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

See Also

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