numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of golden_section_search class. More...
#include <cmath>
#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/concepts/single_variate_objective_function.h"
#include "num_collect/opt/optimizer_base.h"
Go to the source code of this file.
Classes | |
class | num_collect::opt::golden_section_search< ObjectiveFunction > |
Class of golden section search 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::golden_section_search_tag |
Tag of golden_section_search. | |
Definition of golden_section_search class.
Definition in file golden_section_search.h.