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

Definition of newton_optimizer class. More...

+ Include dependency graph for newton_optimizer.h:

Go to the source code of this file.

Classes

class  num_collect::opt::newton_optimizer< ObjectiveFunction, LineSearcher, HessianSolver >
 Class of newton method for optimization. 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::newton_optimizer_tag
 Tag of newton_optimizer.
 

Detailed Description

Definition of newton_optimizer class.

Definition in file newton_optimizer.h.