Documentation For Encog 2.x

ITrain.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.

void AddStrategy(
   IStrategy strategy
);

Parameters

strategy
The strategy to add.

See Also

ITrain Interface | Encog.Neural.Networks.Training Namespace