Documentation For Encog 2.x

TrainingSetNeuralChromosome Class

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 class TrainingSetNeuralChromosome : NeuralChromosome

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Training.Genetic

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

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