Documentation For Encog 2.x

HybridStrategy Constructor

Create a hybrid strategy.

HybridStrategy(
   ITrain altTrain,
   double minImprovement,
   int tolerateMinImprovement,
   int alternateCycles
);

Parameters

altTrain
The alternate training algorithm.
minImprovement
The minimum improvement to switch algorithms.
tolerateMinImprovement
The number of cycles to tolerate the minimum improvement for.
alternateCycles
How many cycles should the alternate training algorithm be used for.

See Also

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