Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
elcabesa committed Mar 15, 2020
1 parent 29f64e4 commit 189237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuner/spsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void SPSA::run() {

std::vector<variable> pars = {
{"razorMargin", &SearchParameters::razorMargin, 20000, 0, 40000, 5000, 0.0020, {}},
{"razorDepth", &SearchParameters::razorMarginDepth, 64, 0, 128, 30, 0.0020, {}},
{"razorDepth", &SearchParameters::razorMarginDepth, 64, 0, 128, 15, 0.0020, {}},
//{"razorMarginCut", &SearchParameters::razorMarginCut, 20000, 0, 40000, 5000, 0.0020, {}}

{"staticNullMovePruningDepth", &SearchParameters::staticNullMovePruningDepth, 128, 0, 256, 40, 0.0020, {}},
Expand Down

0 comments on commit 189237e

Please sign in to comment.