Documentation For Encog 2.x

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Members

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper overview

Public Instance Constructors

NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Constructor Initializes a new instance of the NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper class.

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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Iteration (inherited from GeneticAlgorithm) Modify the weight matrix and thresholds based on the last call to calcError.
SortChromosomes (inherited from GeneticAlgorithm) Sort the chromosomes.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

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