| Documentation For Encog 2.x |
|
TrainingSetNeuralGeneticAlgorithm Constructor
Construct a training object.
Parameters
-
network
- The network to train.
-
randomizer
- The randomizer to use to create new networks.
-
training
- The training set.
-
populationSize
- The population size.
-
mutationPercent
- The mutation percent.
-
percentToMate
- The percent to mate.
See Also
TrainingSetNeuralGeneticAlgorithm Class | Encog.Neural.Networks.Training.Genetic Namespace