Skip to content

Commit

Permalink
PhoenixGo original parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadydone authored Jul 8, 2018
1 parent f199432 commit 93221fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GTP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ void GTP::setup_default_parameters() {
cfg_sgemm_exhaustive = false;
cfg_tune_only = false;
#endif
cfg_puct = 2.5f;
cfg_softmax_temp = 0.67f;
cfg_fpu_reduction = 0.25f;
cfg_puct = 1.25f;
cfg_softmax_temp = 1.0f;
cfg_fpu_reduction = 0.0f;
// see UCTSearch::should_resign
cfg_resignpct = -1;
cfg_noise = false;
Expand Down

0 comments on commit 93221fb

Please sign in to comment.