![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Multidimensional minimization by the Polak-Ribiere conjugate gradient algorithm (GSL) More...
#include <gsl_mmin_conp.h>
The functions mmin() and mmin_de() minimize a given function until the gradient is smaller than the value of multi_min::tol_rel (which defaults to ).
See an example for the usage of this class in Multidimensional minimizer .
Definition at line 49 of file gsl_mmin_conp.h.
Public Member Functions | |
virtual int | iterate () |
Perform an iteration. | |
virtual const char * | type () |
Return string denoting type("gsl_mmin_conp") |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).