Skip to content

Commit

Permalink
Put back the resign option so the server can potentially turn it on. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilps authored and killerducky committed May 4, 2018
1 parent f1002f3 commit 1a97caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ static std::string parse_commandline(int argc, char *argv[]) {
"Weaken engine by limiting the number of playouts. ")
("visits,v", po::value<int>(),
"Weaken engine by limiting the number of visits.")
("resignpct,r", po::value<int>()->default_value(cfg_resignpct),
"Resign when winrate is less than x%.")
("noise,n", "Before search begins, add Dirichlet noise to the root node policy's move "
"probabilities.")
("randomize,m", "After search is complete, select from the moves in proportion to "
Expand Down

0 comments on commit 1a97caf

Please sign in to comment.