OpenMD 3.1
Molecular Dynamics in the Open
|
Broyden-Fletcher-Goldfarb-Shanno algorithm. More...
#include <BFGS.hpp>
Public Member Functions | |
BFGS (LineSearch *lineSearch=NULL) | |
Public Member Functions inherited from QuantLib::LineSearchBasedMethod | |
LineSearchBasedMethod (LineSearch *lSearch=NULL) | |
virtual EndCriteria::Type | minimize (Problem &P, const EndCriteria &endCriteria, RealType initialStepSize) |
minimize the optimization problem P | |
Additional Inherited Members | |
Protected Attributes inherited from QuantLib::LineSearchBasedMethod | |
LineSearch * | lineSearch_ |
line search | |
Broyden-Fletcher-Goldfarb-Shanno algorithm.
See http://en.wikipedia.org/wiki/BFGS_method.
Adapted from Numerical Recipes in C, 2nd edition.
User has to provide line-search method and optimization end criteria.
|
inline |