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

Definition of conjugate_gradient_optimizer class. More...

+ Include dependency graph for conjugate_gradient_optimizer.h:

Go to the source code of this file.

Classes

class  num_collect::opt::conjugate_gradient_optimizer< ObjectiveFunction, LineSearcher >
 Class of conjugate gradient 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::conjugate_gradient_optimizer_tag
 Tag of conjugate_gradient_optimizer.
 

Detailed Description

Definition of conjugate_gradient_optimizer class.

Definition in file conjugate_gradient_optimizer.h.