Documentation For Encog 2.x

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Class

Very simple class that implements a genetic algorithm.

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

System.Object
   GeneticAlgorithm(Double)
      NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper

public class NeuralGeneticAlgorithmHelper : GeneticAlgorithm<double>

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

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Members | Encog.Neural.Networks.Training.Genetic Namespace