Documentation For Encog 2.x

ResetStrategy Class

The reset strategy will reset the weights if the neural network fails to fall below a specified error by a specified number of cycles. This can be useful to throw out initially "bad/hard" random initializations of the weight matrix.

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

System.Object
   ResetStrategy

public class ResetStrategy : IStrategy

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.Strategy

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

See Also

ResetStrategy Members | Encog.Neural.Networks.Training.Strategy Namespace