Skip to content

Commit

Permalink
Add definition of UCTSearch::UNLIMITED_PLAYOUTS.
Browse files Browse the repository at this point in the history
Pull request leela-zero#1293.
  • Loading branch information
TFiFiE authored and gcp committed Apr 30, 2018
1 parent 1890590 commit 8fc9165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UCTSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

using namespace Utils;

constexpr int UCTSearch::UNLIMITED_PLAYOUTS;

UCTSearch::UCTSearch(GameState& g)
: m_rootstate(g) {
set_playout_limit(cfg_max_playouts);
Expand Down

0 comments on commit 8fc9165

Please sign in to comment.