IMP  2.1.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:

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.
 

Detailed Description

See Also
IMP::core::ConjugateGradients

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

Constructor & Destructor Documentation

IMP::gsl::ConjugateGradients::ConjugateGradients ( )
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Pass a model to the constructor.

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