Nonlinear Curve Fitter.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.3
C#
A LeastSquaresOptimizer object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public LeastSquaresOptimizer Optimizer { get; }
Property Value
LeastSquaresOptimizerA LeastSquaresOptimizer object.
Remarks
This class currently uses a Levenberg-Marquardt algorithm to calculate the solution to the nonlinear least-squares problem.