From: Marco Costalba Date: Sun, 16 Nov 2008 10:16:07 +0000 (+0100) Subject: Set killer slots number to 2 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=49d52b82667bdbcdefc5868d7adcaeb4483dc7c1 Set killer slots number to 2 Signed-off-by: Marco Costalba --- diff --git a/src/search.h b/src/search.h index f73799b3..03179190 100644 --- a/src/search.h +++ b/src/search.h @@ -41,7 +41,7 @@ const int PLY_MAX = 100; const int PLY_MAX_PLUS_2 = 102; -const int KILLER_MAX = 4; +const int KILLER_MAX = 2; ////