![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Minimizer of a real valued function using the header-only library LBFGS++. More...
#include <Real_value_function_minimizer_LBFGS.hpp>
Classes | |
class | Function |
Public Types | |
typedef T_Real_value_function_minimizer_LBFGS< PointType, RealValueFunction, GradientFunction > | Self |
typedef PointType | Point |
typedef SBL::Models::T_Conformation_traits< Point > | Conformation_traits |
typedef Conformation_traits::FT | FT |
Constructors | |
T_Real_value_function_minimizer_LBFGS (void) | |
Functors | |
std::pair< bool, Point * > | operator() (const Point *p) const |
Tuning Minimization | |
void | set_tolerance (double tolerance) |
void | set_maximum_number_of_iterations (unsigned max_iter) |
void | set_verbose_mode (unsigned verbose_mode) |
Minimizer of a real valued function using the header-only library LBFGS++.
Minimizer of a real valued function.
PointType | Point type argument of the real value function. |
RealValueFunction | Functor taking a Point type and returning a value. |
GradientFunction | Gradient of the function represented by RealValueFunction. |
typedef Conformation_traits::FT FT |
typedef PointType Point |
typedef T_Real_value_function_minimizer_LBFGS<PointType, RealValueFunction, GradientFunction> Self |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |