INeuralNetwork.DeltasMinimumReachedBP

Syntax

DeltasMinimumReachedBP(MaximumLimitValue: Double): Boolean;

Parameters

MaximumLimitValue. The delta value.

Description

The DeltasMinimumReachedBP method returns whether the delta value has attained the assigned level.

Comments

The method is used only in back-propagation networks. Available values:

DeltasMinimumReachedBP can be called after each execution of the INeuralNetwork.LearnBack method for learning process control.

The method use is given in the example for INeuralNetwork.LearnBack.

See also:

INeuralNetwork