diff options
author | tomsmeding <tom.smeding@gmail.com> | 2019-02-16 20:36:21 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2019-02-16 20:36:21 +0100 |
commit | 1d87c5bd9001483edf1863b7f243e6b894478a09 (patch) | |
tree | 49ac3964a999df3f3048ea3ebcbbe57b6c2a4ed4 /ai_mc.cpp | |
parent | a8d8447c99765b4d9a8522cc01c30f7bc0dd5f31 (diff) |
MC to 3000 playouts
Diffstat (limited to 'ai_mc.cpp')
-rw-r--r-- | ai_mc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ using namespace std; -#define NPLAYOUTS 1000 +#define NPLAYOUTS 3000 #define SCORE_WIN 1 #define SCORE_LOSE (-1) #define SCORE_TIE 0 |