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

Definition of heuristic_global_optimizer class. More...

+ Include dependency graph for heuristic_global_optimizer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::opt::heuristic_global_optimizer< ObjectiveFunction >
 Class to perform global optimization in 1 dimension using heuristics. 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::heuristic_global_optimizer_tag
 Tag of heuristic_global_optimizer.
 

Detailed Description

Definition of heuristic_global_optimizer class.

Definition in file heuristic_global_optimizer.h.