|
OPTK
0.1.2
Toolkit for global optimisation algorithms
|
#include <synthetic.hpp>
Public Member Functions | |
| void | run (optk::optimisers *opts, optk::ctx_t *ctx) override |
Public Member Functions inherited from optk::benchmark_set | |
| benchmark_set (const std::string &n) | |
| virtual | ~benchmark_set () |
| std::string | get_name () |
This unifies the synthetic benchmarks, and makes them all callable under one method.
|
overridevirtual |
provided with an optimisation algorithm, this will run through all the synthetic benchmarks (perhaps in parallel) and evaluate the performance of the optimisation algorithm on this (e.g. calculating traces, AUC etc.)
Implements optk::benchmark_set.
1.8.13