NonlinearCurveFittingMethod Enumeration

Enumerates the algorithms that may be used for nonlinear curve fitting.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum NonlinearCurveFittingMethod

Members

LevenbergMarquardt0 Use the Levenberg-Marquardt method.
TrustRegionReflective1 Use the trust region reflective algorithm.

See Also