ISmNonLinearEquations.DampingFactorTolerance

Fore Syntax

DampingFactorTolerance: Double;

Fore.NET Syntax

DampingFactorTolerance: double;

Description

The DampingFactorTolerance property determines the precision, with which the length of step should be found to satisfy the condition F(x[k]+A*p[k])<F(x[k]).

Comments

The property is outdated.

This property is relevant if the system of nonlinear equations uses for solution modified Newton method to minimize the sum of squares, that is, ISmNonLinearEquations.MethodType = NonLinearEquationsType.MinErrorGaussNewtonMethod.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearEquations.CalcInitExpressionMode.

See also:

ISmNonLinearEquations