INeuralNetwork.DeltasMinimumReachedBP

Fore Syntax

DeltasMinimumReachedBP(MaximumLimitValue: Double): Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork