Skip to content

Commit

Permalink
Clippy Threshold update. (LeelaChessZero#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
zz4032 authored Feb 20, 2021
1 parent fd703cc commit 7fe47d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmark/backendbench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void BackendBenchmark::Run() {
options.Add<IntOption>(kMaxBatchSizeId, 1, 1024) = 256;
options.Add<StringOption>(kFenId) = ChessBoard::kStartposFen;
options.Add<BoolOption>(kClippyId) = false;
options.Add<FloatOption>(kClippyThresholdId, 0.0f, 1.0f) = 0.2f;
options.Add<FloatOption>(kClippyThresholdId, 0.0f, 1.0f) = 0.15f;

if (!options.ProcessAllFlags()) return;

Expand Down

0 comments on commit 7fe47d3

Please sign in to comment.