IMP  2.4.0
The Integrative Modeling Platform
Public Member Functions | List of all members
IMP::gsl::GSLOptimizer Class Reference

A base class for GSL-based optimizers. More...

#include <IMP/gsl/GSLOptimizer.h>

+ Inheritance diagram for IMP::gsl::GSLOptimizer:

Detailed Description

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

Member Function Documentation

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.


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