Grid search implementation in C++ for hyperparameter optimization. Brings all combination of given parameters one by one with every next call.
mkdir build
cd build
cmake ..
make
There is an example in test/gridsearch which is app.cpp.
cd build/bin
./gridsearch.app ../../test/gridsearch/config/gridSearchConfig.json