ISmBoxConstrainedOptimization.Tolerance

Fore Syntax

Tolerance: Double;

Fore.NET Syntax

Tolerance: double;

Description

The Tolerance property determines accuracy.

Comments

Default value - 1E-08.

To determine the maximum number of iterations, use the ISmBoxConstrainedOptimization.MaxIteration property.

Fore and Fore.NET Examples

The property use is given in the example for ISmBoxConstrainedOptimization.Solution.

See also:

ISmBoxConstrainedOptimization