IMP  2.3.1
The Integrative Modeling Platform
IMP::gsl::ConjugateGradients Class Reference

A conjugate gradients optimizer taken from GSL. More...

#include <IMP/gsl/ConjugateGradients.h>

+ Inheritance diagram for IMP::gsl::ConjugateGradients:

Detailed Description

A conjugate gradients optimizer taken from GSL.

See Also
IMP::core::ConjugateGradients

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...
 

Member Function Documentation

void IMP::gsl::ConjugateGradients::set_threshold ( double  mg)

Set the gradient threshold.

Definition at line 28 of file gsl/ConjugateGradients.h.


The documentation for this class was generated from the following file: