Encog 1.1 for DotNet
Encog.Neural.Networks.Training.Genetic Namespace
NamespacesEncog.Neural.Networks.Training.Genetic

[Missing <summary> documentation for N:Encog.Neural.Networks.Training.Genetic]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.Networks.Training.Genetic
Namespace Encog.Neural.Networks.Training.Genetic
namespace Encog.Neural.Networks.Training.Genetic
Types
All TypesClasses
IconTypeDescription
NeuralChromosome
This class loads financial data from Yahoo.

NeuralGeneticAlgorithm
NeuralGeneticAlgorithm: Implements a genetic algorithm that allows a feedforward neural network to be trained using a genetic algorithm. This algorithm is for a feed forward neural network. This class is abstract. If you wish to train the neural network using training sets, you should use the TrainingSetNeuralGeneticAlgorithm class. If you wish to use a cost function to train the neural network, then implement a subclass of this one that properly calculates the cost.

TrainingSetNeuralGeneticAlgorithm
TrainingSetNeuralGeneticAlgorithm: Implements a genetic algorithm that allows a feedforward neural network to be trained using a genetic algorithm. This algorithm is for a feed forward neural network. The neural network is trained using training sets.