Header file for the Gaussian process built-in optimiser.
In this file, we implement the ~175 synthetic test functions given in Jamil et al. 2013 https://arxiv.org/abs/1308.4008
int threads
Definition: optk.hpp:57
Defines the main types used in the program.
const char * output
Definition: optk.hpp:61
const char * benchmark
Definition: optk.hpp:63
const char * algorithm
Definition: optk.hpp:65
This file defines the base class for benchmarks.
Header file for the random search built-in optimiser.
int max_iters
Definition: optk.hpp:59
This file defines the base class for optimisers.
The main entrypoint for the unit tests.
Header file for the gridsearch built-in optimiser.