Implements a chromosome that allows a feedforward neural network to be trained using a genetic algorithm. The network is trained using training sets. The chromosome for a feed forward neural network is the weight and threshold matrix.
For a list of all members of this type, see TrainingSetNeuralChromosome Members .
System.Object
Chromosome(Double)
NeuralChromosome
TrainingSetNeuralChromosome
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Encog.Neural.Networks.Training.Genetic
Assembly: encog-core-cs (in encog-core-cs.dll)
TrainingSetNeuralChromosome Members | Encog.Neural.Networks.Training.Genetic Namespace