Chemical Data Processing Library C++ API - Version 1.1.1
|
Implementation of the BFGS optimization algorithm. More...
#include <cstddef>
#include <limits>
#include <functional>
#include "CDPL/Math/MinimizerVariableArrayTraits.hpp"
#include "CDPL/Math/TypeTraits.hpp"
Go to the source code of this file.
Classes | |
class | CDPL::Math::BFGSMinimizer< VA, VT, FVT > |
Fletcher's implementation of the BFGS method. More... | |
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Implementation of the BFGS optimization algorithm.