numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of steepest_descent class. More...
#include "num_collect/base/index_type.h"
#include "num_collect/logging/iterations/iteration_logger.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/opt/backtracking_line_searcher.h"
#include "num_collect/opt/concepts/differentiable_objective_function.h"
#include "num_collect/opt/concepts/line_searcher.h"
#include "num_collect/opt/descent_method_base.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. | |
Definition of steepest_descent class.
Definition in file steepest_descent.h.