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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Encog.Neural.Networks.Training.Anneal
Assembly: encog-core-cs (in encog-core-cs.dll)
NeuralSimulatedAnnealing Members | Encog.Neural.Networks.Training.Anneal Namespace