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

Definition of dfp_optimizer class. More...

+ Include dependency graph for dfp_optimizer.h:

Go to the source code of this file.

Classes

class  num_collect::opt::dfp_optimizer< ObjectiveFunction, LineSearcher, Hessian >
 Class of quasi-Newton method with Davidon-Fletcher-Powell (DFP) 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::dfp_optimizer_tag
 Tag of dfp_optimizer.
 

Detailed Description

Definition of dfp_optimizer class.

Definition in file dfp_optimizer.h.