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

Definition of steepest_descent class. More...

+ Include dependency graph for steepest_descent.h:

Go to the source code of this file.

Classes

class  num_collect::opt::steepest_descent< ObjectiveFunction, LineSearcher >
 Class of steepest descent method. 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::steepest_descent_tag
 Tag of steepest_descent.
 

Detailed Description

Definition of steepest_descent class.

Definition in file steepest_descent.h.