The methods of the NeuralChromosome class are listed below. For a complete list of NeuralChromosome class members, see the NeuralChromosome Members topic.
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. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
NeuralChromosome Class | Encog.Neural.Networks.Training.Genetic Namespace