|
OPTK
0.1.2
Toolkit for global optimisation algorithms
|
#include <types.hpp>
Public Member Functions | |
| param (const std::string &k, inst_t t) | |
| inst_t | get_type () |
| std::string | get_key () |
Private Attributes | |
| const std::string | key |
| const inst_t | type |
This is the format used to pass sets of parameter values between optimisation algorithms and the benchmarks / problems being optimised.
1.8.13