Loading [MathJax]/jax/output/HTML-CSS/jax.js

Conjugate Gradient Minimizer (Polak-Ribiere imp.)

This minimizer an implementation of the nonlinear conjugate gradient method explained at Wikipedia .

It is listed in a comparison of fitting minimizers.

It makes use of the GSL (GNU Scientific Library) library, specifically the GSL routines for least-squares fitting.

Category: FitMinimizers