[Missing <summary> documentation for N:Encog.Neural.Networks.Training.Genetic]
| C# | Visual Basic | Visual C++ |
namespace Encog.Neural.Networks.Training.Genetic
Namespace Encog.Neural.Networks.Training.Genetic
namespace Encog.Neural.Networks.Training.Genetic
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| 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.
|