Skip to content

dincerguner/GridSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published