Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridSearch

Grid search implementation in C++ for hyperparameter optimization. Brings all combination of given parameters one by one with every next call.

Installation

mkdir build
cd build
cmake ..
make

Usage

There is an example in test/gridsearch which is app.cpp.

cd build/bin
./gridsearch.app ../../test/gridsearch/config/gridSearchConfig.json

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages