Documentation For Encog 2.x

TrainingSetNeuralChromosome Constructor

The constructor, takes a list of cities to set the initial "genes" to.

TrainingSetNeuralChromosome(
   TrainingSetNeuralGeneticAlgorithm genetic,
   BasicNetwork network
);

Parameters

genetic
The genetic algorithm used with this chromosome.
network
The neural network to train.

See Also

TrainingSetNeuralChromosome Class | Encog.Neural.Networks.Training.Genetic Namespace