Nonlinear Regression Model.Optimizer Property
Gets the optimizer used to calculate the nonlinear least-squares solution.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A LeastSquaresOptimizer object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.