ISmBinaryModel.MaxIteration

Fore Syntax

MaxIteration: Integer;

Fore.NET Syntax

MaxIteration: integer;

Description

The MaxIteration property determines the maximum number of iterations within which the solution is found.

Comments

Maximum number of iterations may take any non-negative values. By default, 500 iterations are used for estimation.

Fore and Fore.NET Examples

The property use is given in the example for ISmBinaryModel.CovarianceMatrix.

See also:

ISmBinaryModel