NonlinearCurveFitter.Optimizer Property

Gets the optimizer used to calculate the nonlinear least-squares solution.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public LeastSquaresOptimizer Optimizer { get; }

Property Value

LeastSquaresOptimizer
A LeastSquaresOptimizer object.

Remarks

This class currently uses a Levenberg-Marquardt algorithm to calculate the solution to the nonlinear least-squares problem.

See Also