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

Class of dictionaries of sampling points in num_collect::opt::adaptive_diagonal_curves. More...

+ Inheritance diagram for num_collect::opt::impl::adc_sample_dict< ObjectiveFunction, MaxDigits >:
+ Collaboration diagram for num_collect::opt::impl::adc_sample_dict< ObjectiveFunction, MaxDigits >:

Detailed Description

template<concepts::objective_function ObjectiveFunction, index_type MaxDigits>
class num_collect::opt::impl::adc_sample_dict< ObjectiveFunction, MaxDigits >

Class of dictionaries of sampling points in num_collect::opt::adaptive_diagonal_curves.

Template Parameters
ObjectiveFunctionType of objective function.
MaxDigitsMaximum number of digits per dimension at compile time.

Definition at line 44 of file adc_sample_dict.h.


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