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

Class of downhill simplex method with simulated annealing [20]. More...

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

Detailed Description

template<concepts::objective_function ObjectiveFunction>
class num_collect::opt::annealing_downhill_simplex< ObjectiveFunction >

Class of downhill simplex method with simulated annealing [20].

Template Parameters
ObjectiveFunctionType of the objective function.

Definition at line 58 of file annealing_downhill_simplex.h.


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