Implements a genetic algorithm that allows a feedforward neural network to be trained using a genetic algorithm. This algorithm is for a feed forward neural network. This class is somewhat undefined. If you wish to train the neural network using training sets, you should use the TrainingSetNeuralGeneticAlgorithm class. If you wish to use a cost function to train the neural network, then implement a subclass of this one that properly calculates the cost.
For a list of all members of this type, see NeuralGeneticAlgorithm Members .
System.Object
BasicTraining
NeuralGeneticAlgorithm
TrainingSetNeuralGeneticAlgorithm
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)
NeuralGeneticAlgorithm Members | Encog.Neural.Networks.Training.Genetic Namespace