ISmNonLinearLeastSquare.DampingFactorTolerance

Fore Syntax

DampingFactorTolerance: Double;

Fore.NET Syntax

DampingFactorTolerance: double;

Description

The DampingFactorTolerance property determines the solution accuracy for the secondary linear problem in the Levenberg-Marquardt method.

Comments

The property is outdated.

Default value is 0.5.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearLeastSquare.CoefficientsOrder.

See also:

ISmNonLinearLeastSquare