NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper overview
NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper Constructor
|
Initializes a new instance of the NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper class. |
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. |
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
NeuralGeneticAlgorithmHelper Class | Encog.Neural.Networks.Training.Genetic Namespace