Skip to content

Commit

Permalink
Fix Ticket #97 using patch by Patrik Naef
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@1975 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
mmueller65 committed Dec 31, 2014
1 parent 9261842 commit ae26220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gouct/GoUctCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ SgPointSet GoUctCommands::DoFinalStatusSearch()
// Everything is alive if end position and Tromp-Taylor rules
return deadStones;

const size_t MAX_GAMES = 10000;
const SgUctValue MAX_GAMES = 10000;
SgDebug() << "GoUctCommands::DoFinalStatusSearch: doing a search with "
<< MAX_GAMES << " games to determine final status\n";
GoUctGlobalSearch<GoUctPlayoutPolicy<GoUctBoard>,
Expand Down

0 comments on commit ae26220

Please sign in to comment.