This minimizer an implementation of the nonlinear conjugate gradient method explained at Wikipedia .
It is listed in :ref:`a comparison of fitting minimizers <FittingMinimizers Minimizer Comparison>`.
It makes use of the GSL (GNU Scientific Library) library, specifically the GSL routines for least-squares fitting.
.. categories:: FitMinimizers