Skip to content

Commit

Permalink
Update OpeningTimeFactor to 2.2f.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Apr 20, 2020
1 parent 803ec31 commit 9589e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ float SearchSettings::cpuctInit = 2.1f;
float SearchSettings::cpuctBase = 15000;
float SearchSettings::fpuReduction = 0.443f;
float SearchSettings::policySoftmaxTemp = 1 / 1.607f;
float SearchSettings::openingTimeFactor = 2.1f;
float SearchSettings::openingTimeFactor = 2.2f;
float SearchSettings::earlyExitFactor = 0.72f;
int SearchSettings::tryPlayoutLimit = 136;
int SearchSettings::vldMax = 10000;
Expand Down

0 comments on commit 9589e87

Please sign in to comment.