![]() |
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>
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. |