OptimizationMethod: NLSOptimizationMethod;
The OptimizationMethod property determines the optimization method in use.
By default the Levenberg-Marquardt method is used, that is, OptimizationMethod = NLSOptimizationMethod.LevenbergMarquardt.
The property use is given in the example for ISmNonLinearLeastSquare.CoefficientsOrder.
See also: