The NLSOptimizationMethod enumeration is used to determine optimization method in the nonlinear least squares method.
It is used by the following properties:
Value | Brief description | |
0 | LevenbergMarquardt. Levenberg-Marquardt method. | |
1 | QuasiNewton. Quasi Newton method. |
See also: