From 1d87c5bd9001483edf1863b7f243e6b894478a09 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 16 Feb 2019 20:36:21 +0100 Subject: MC to 3000 playouts --- ai_mc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf