NonlinearCurveFitter<T>.Optimizer Property

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

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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