.. _DampedGaussNewton: Damped Gauss-Newton minimizer ============================= This minimizer is explained at `Wikipedia `__ and has damping. It is listed in :ref:`a comparison of fitting minimizers `. It makes use of the `GSL (GNU Scientific Library) library `__, specifically the `GSL routines for least-squares fitting `__. .. categories:: FitMinimizers