Documentation For Encog 2.x

StopTrainingStrategy Class

This strategy will indicate once training is no longer improving the neural network by a specified amount, over a specified number of cycles. This allows the program to automatically determine when to stop training.

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

System.Object
   StopTrainingStrategy

public class StopTrainingStrategy : 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

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