Nonlinear Curve Fitting Method 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: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public enum NonlinearCurveFittingMethodMembers
| LevenbergMarquardt | 0 | Use the Levenberg-Marquardt method. |
| TrustRegionReflective | 1 | Use the trust region reflective algorithm. |