Documentation For Encog 2.x

StopTrainingStrategy Constructor

Construct the strategy with the specified parameters.

StopTrainingStrategy(
   double minImprovement,
   int toleratedCycles
);

Parameters

minImprovement
The minimum accepted improvement.
toleratedCycles
The number of cycles to tolerate before stopping.

See Also

StopTrainingStrategy Class | Encog.Neural.Networks.Training.Strategy Namespace | StopTrainingStrategy Constructor Overload List