Skip to content

Commit

Permalink
Make number of wins the default final move selection policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tewalds committed Sep 10, 2010
1 parent 32134ae commit 6a49f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ class Player {
numthreads = 1;
maxmem = 1000;

msrave = 0;
msexplore = 0.5;
msrave = -2;
msexplore = 0;

explore = 0;
ravefactor = 500;
Expand Down

0 comments on commit 6a49f8c

Please sign in to comment.