Documentation For Encog 2.x

BasicTraining.AddStrategy Method

Training strategies can be added to improve the training results. There are a number to choose from, and several can be used at once.

public void AddStrategy(
   IStrategy strategy
);

Parameters

strategy
The strategy to add.

Implements

ITrain.AddStrategy

See Also

BasicTraining Class | Encog.Neural.Networks.Training Namespace