IMP
2.1.0
The Integrative Modeling Platform
|
A conjugate gradients optimizer taken from GSL. More...
#include <IMP/gsl/ConjugateGradients.h>
Public Member Functions | |
ConjugateGradients (kernel::Model *m) | |
ConjugateGradients () | |
virtual Float | do_optimize (unsigned int max_steps) |
virtual std::string | get_type_name () const |
virtual ::IMP::base::VersionInfo | get_version_info () const |
void | set_threshold (double mg) |
Set the gradient threshold. | |
Public Member Functions inherited from IMP::gsl::GSLOptimizer | |
GSLOptimizer (kernel::Model *m) | |
void | set_stop_score (double d) |
Stop the optimization if the score falls below this value. | |
Definition at line 20 of file gsl/ConjugateGradients.h.
IMP::gsl::ConjugateGradients::ConjugateGradients | ( | ) |