OPTK  0.1.2
Toolkit for global optimisation algorithms
benchmark_test.hpp
Go to the documentation of this file.
1 
22 #ifndef __BENCHMARK_TEST_H_
23 #define __BENCHMARK_TEST_H_
24 
25 #include <assert.h>
26 #include <iostream>
27 #include <limits>
28 
29 #include <optk/types.hpp>
30 #include <tests/testutils.hpp>
31  #include <optimisers/gridsearch.hpp>
32 
36 void run_benchmark_tests();
37 
38 
39 #endif // __BENCHMARK_TEST_H_
Some utility functions for running tests.
Defines the main types used in the program.
void run_benchmark_tests()
Header file for the gridsearch built-in optimiser.