Next: Minimization Algorithms using Derivatives, Previous: Search Stopping Parameters for Minimization Algorithms, Up: Nonlinear Least-Squares Fitting [Index]
These routines provide a high level wrapper that combine the iteration and convergence testing for easy use.
These functions iterate the solver s for a maximum of maxiter
iterations. After each iteration, the system is tested for convergence
using gsl_multifit_test_delta
with the error tolerances epsabs
and epsrel.