22 #ifndef __OPTIMISER_TEST_H_ 23 #define __OPTIMISER_TEST_H_ 32 extern void run_static_gridsearch_tests ();
34 void run_gridsearch_tests ();
35 void run_random_search_tests ();
37 #endif // __OPTIMISER_TEST_H_ Defines the main types used in the program.