IMP
2.4.0
The Integrative Modeling Platform
|
A base class for GSL-based optimizers. More...
#include <IMP/gsl/GSLOptimizer.h>
A base class for GSL-based optimizers.
This class is a base class for the various GSL-based optimizers. It exposes very little user functionality.
Definition at line 22 of file GSLOptimizer.h.
Public Member Functions | |
GSLOptimizer (kernel::Model *m) | |
void | set_stop_score (double d) |
Stop the optimization if the score falls below this value. More... | |
void IMP::gsl::GSLOptimizer::set_stop_score | ( | double | d | ) |
Stop the optimization if the score falls below this value.
Definition at line 37 of file GSLOptimizer.h.