Documentation For Encog 2.x

NeuralSimulatedAnnealing Class

This class implements a simulated annealing training algorithm for feed forward neural networks. It is based on the generic SimulatedAnnealing class. It is used in the same manner as any other training class that implements the Train interface.

For a list of all members of this type, see NeuralSimulatedAnnealing Members .

System.Object
   BasicTraining
      NeuralSimulatedAnnealing

public class NeuralSimulatedAnnealing : BasicTraining

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Training.Anneal

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

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