DampingFactorTolerance: Double;
DampingFactorTolerance: double;
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]).
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.
The property use is given in the example for ISmNonLinearEquations.CalcInitExpressionMode.
See also: