ISmNonLinearLeastSquare.OptimizationMethod

Fore Syntax

OptimizationMethod: NLSOptimizationMethod;

Fore.NET Syntax

OptimizationMethod: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

ISmNonLinearLeastSquare