IMP
2.4.0
The Integrative Modeling Platform
|
A conjugate gradients optimizer taken from GSL. More...
#include <IMP/gsl/ConjugateGradients.h>
A conjugate gradients optimizer taken from GSL.
Definition at line 20 of file gsl/ConjugateGradients.h.
Public Member Functions | |
ConjugateGradients (kernel::Model *m) | |
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. More... | |
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. More... | |
void IMP::gsl::ConjugateGradients::set_threshold | ( | double | mg | ) |
Set the gradient threshold.
Definition at line 28 of file gsl/ConjugateGradients.h.