ISmNonLinearLeastSquare.OptimizationMethod

Syntax

OptimizationMethod: NLSOptimizationMethod;

Description

The OptimizationMethod property determines the optimization method in use.

Comments

By default the Levenberg-Marquardt method is used, that is, OptimizationMethod = NLSOptimizationMethod.LevenbergMarquardt.

Example

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

See also:

ISmNonLinearLeastSquare