numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::backtracking_line_searcher< ObjectiveFunction > Class Template Reference

Class to perform backtracking line search. More...

+ Collaboration diagram for num_collect::opt::backtracking_line_searcher< ObjectiveFunction >:

Detailed Description

template<concepts::differentiable_objective_function ObjectiveFunction>
class num_collect::opt::backtracking_line_searcher< ObjectiveFunction >

Class to perform backtracking line search.

Template Parameters
ObjectiveFunctionType of the objective function.

Definition at line 39 of file backtracking_line_searcher.h.


The documentation for this class was generated from the following file: