TrainingSetNeuralGeneticAlgorithm overview
TrainingSetNeuralGeneticAlgorithm Constructor
|
Construct a training object. |
Error (inherited from BasicTraining) | Get the current error percent from the training. |
Genetic (inherited from NeuralGeneticAlgorithm) | |
Network (inherited from NeuralGeneticAlgorithm) | The network that is being trained. |
Strategies (inherited from BasicTraining) | The strategies to use. |
Training (inherited from BasicTraining) | The training data to use. |
AddStrategy (inherited from BasicTraining) | Training strategies can be added to improve the training results. There are a number to choose from, and several can be used at once. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Iteration (inherited from NeuralGeneticAlgorithm) | Perform one training iteration. |
PostIteration (inherited from BasicTraining) | Call the strategies after an iteration. |
PreIteration (inherited from BasicTraining) | Call the strategies before an iteration. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
TrainingSetNeuralGeneticAlgorithm Class | Encog.Neural.Networks.Training.Genetic Namespace