Performs Gauss-Newton optimization for nonlinear least squares problems.
Algorithm:
The Gauss-Newton method approximates the Hessian as J^T J, which is exact for linear least squares and a good approximation for nonlinear cases.
Performs Gauss-Newton optimization for nonlinear least squares problems.
Algorithm:
The Gauss-Newton method approximates the Hessian as J^T J, which is exact for linear least squares and a good approximation for nonlinear cases.