Documentation For Encog 2.x

TrainingSetNeuralGeneticAlgorithm Class

Implements a genetic algorithm that allows a neural network to be trained using a genetic algorithm. This algorithm is for a neural network. The neural network is trained using training sets.

For a list of all members of this type, see TrainingSetNeuralGeneticAlgorithm Members .

System.Object
   BasicTraining
      NeuralGeneticAlgorithm
         TrainingSetNeuralGeneticAlgorithm

public class TrainingSetNeuralGeneticAlgorithm : NeuralGeneticAlgorithm

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

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