LeastSquaresOptimizer.FindMinimum Method

Runs the Levenberg-Marquardt algorithm and returns the result.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> FindMinimum()

Return Value

Vector<Double>
A vector containing the best-fit parameters.

See Also