Nonlinear Curve Fitting Method Enumeration
Enumerates the algorithms that may be used
for nonlinear curve fitting.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum NonlinearCurveFittingMethod
Members
LevenbergMarquardt | 0 | Use the Levenberg-Marquardt method. |
TrustRegionReflective | 1 | Use the trust region reflective algorithm. |