Public Instance Constructors

GeneticLearningAlgorithm.GeneticNeuralNetwork Constructor Build a new Genetic NeuralNetwork from the Neural Network given as parameter

Public Instance Properties

Error Get or set the square error of the Network
Item Get or set the genes value
N_Genes Get the number of genes of the Genetic Neural Network

Public Instance Methods

CompareTo Compare 2 genetic neural network on their square error
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
Init Initialize Genetic network from Neural Network
setWeights Set Genetic neural network weights to the real neural network
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Fields

genes The genes : all neurons weight and threshold
nn The neural network of the Genetic Neural Network
sq_err The global square error of the neuron

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

GeneticLearningAlgorithm.GeneticNeuralNetwork Class | NeuralNetwork Namespace