Documentation For Encog 2.x

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Properties

The properties of the NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper class are listed below. For a complete list of NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper class members, see the NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Members topic.

Public Instance Properties

Chromosomes (inherited from GeneticAlgorithm) Return the entire population.
CutLength (inherited from GeneticAlgorithm) The cut length.
Error The error from the last iteration.
MatingPopulation (inherited from GeneticAlgorithm) The mating population percent.
MutationPercent (inherited from GeneticAlgorithm) The mutation percent.
Network Get the current best neural network.
PercentToMate (inherited from GeneticAlgorithm) The percent to mate.
PopulationSize (inherited from GeneticAlgorithm) The population size.
PreventRepeat (inherited from GeneticAlgorithm) Should repeating genes be prevented.

See Also

NeuralGeneticAlgorithmHelper Class | Encog.Neural.Networks.Training.Genetic Namespace