summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-02-16 20:36:21 +0100
committertomsmeding <tom.smeding@gmail.com>2019-02-16 20:36:21 +0100
commit1d87c5bd9001483edf1863b7f243e6b894478a09 (patch)
tree49ac3964a999df3f3048ea3ebcbbe57b6c2a4ed4
parenta8d8447c99765b4d9a8522cc01c30f7bc0dd5f31 (diff)
MC to 3000 playouts
-rw-r--r--ai_mc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai_mc.cpp b/ai_mc.cpp
index 2c95222..72a5190 100644
--- a/ai_mc.cpp
+++ b/ai_mc.cpp
@@ -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