numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
bfgs_optimizer.h File Reference

Definition of bfgs_optimizer class. More...

+ Include dependency graph for bfgs_optimizer.h:

Go to the source code of this file.

Classes

class  num_collect::opt::bfgs_optimizer< ObjectiveFunction, LineSearcher, HessianSolver >
 Class of quasi-Newton method with Broyden-Fletcher-Goldfarb-Shanno (BFGS) formula. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::opt
 Namespace of optimization algorithms.
 

Variables

constexpr auto num_collect::opt::bfgs_optimizer_tag
 Tag of bfgs_optimizer.
 

Detailed Description

Definition of bfgs_optimizer class.

Definition in file bfgs_optimizer.h.