From 3fbe5ed06f3518d736c24ba24b132b125d224fa0 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 17 Nov 2014 10:11:05 +0100 Subject: [PATCH] Revert "Temporary change MAX_PLY to 8" bench: 7694316 --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index 692a9bc6..d725c136 100644 --- a/src/types.h +++ b/src/types.h @@ -96,7 +96,7 @@ typedef uint64_t Key; typedef uint64_t Bitboard; const int MAX_MOVES = 256; -const int MAX_PLY = 8; +const int MAX_PLY = 128; /// A move needs 16 bits to be stored ///