From 089814db83486e7e2038d7fb73335b3ca36dd158 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 17 Nov 2014 10:05:58 +0100 Subject: [PATCH] Temporary change MAX_PLY to 8 For testing purposes. It will be revert after crash test. bench: 157558 --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index d725c136..692a9bc6 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 = 128; +const int MAX_PLY = 8; /// A move needs 16 bits to be stored ///