OPTK  0.1.2
Toolkit for global optimisation algorithms
optimiser_test.hpp
Go to the documentation of this file.
1 
22 #ifndef __OPTIMISER_TEST_H_
23 #define __OPTIMISER_TEST_H_
24 
25 #include <assert.h>
26 #include <iostream>
27 #include <cmath>
28 #include <limits>
29 
30 #include <optk/types.hpp>
31 
32 extern void run_static_gridsearch_tests ();
33 
34 void run_gridsearch_tests ();
35 void run_random_search_tests ();
36 
37 #endif // __OPTIMISER_TEST_H_
38 
Defines the main types used in the program.