Documentation For Encog 2.x

ResetStrategy Constructor

Construct a reset strategy. The error rate must fall below the required rate in the specified number of cycles, or the neural network will be reset to random weights and thresholds.

ResetStrategy(
   double required,
   int cycles
);

Parameters

required
The required error rate.
cycles
The number of cycles to reach that rate.

See Also

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