Documentation For Encog 2.x

NeuralSimulatedAnnealing Constructor

Construct a simulated annleaing trainer for a feedforward neural network.

NeuralSimulatedAnnealing(
   BasicNetwork network,
   INeuralDataSet training,
   double startTemp,
   double stopTemp,
   int cycles
);

Parameters

network
The neural network to be trained.
training
The training set.
startTemp
The starting temperature.
stopTemp
The ending temperature.
cycles
The number of cycles in a training iteration.

See Also

NeuralSimulatedAnnealing Class | Encog.Neural.Networks.Training.Anneal Namespace