Chemical Data Processing Library C++ API - Version 1.4.0
Classes | Namespaces
BFGSMinimizer.hpp File Reference

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 >
 Implementation of the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm for solving unconstrained nonlinear optimization problems. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Math
 Contains classes and functions related to mathematics.
 

Detailed Description

Implementation of the BFGS optimization algorithm.