Documentation For Encog 2.x

TrainingSetNeuralGeneticAlgorithm Constructor

Construct a training object.

TrainingSetNeuralGeneticAlgorithm(
   BasicNetwork network,
   IRandomizer randomizer,
   INeuralDataSet training,
   int populationSize,
   double mutationPercent,
   double percentToMate
);

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