diff --git a/AUTHORS b/AUTHORS index 0429f9f0a..8d57062cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -217,6 +217,7 @@ Ronald de Man (syzygy1, syzygy) Ron Britvich (Britvich) rqs Rui Coelho (ruicoelhopedro) +rustam-cpp Ryan Schmitt Ryan Takker Sami Kiminki (skiminki) diff --git a/src/history.h b/src/history.h index 1f7abc542..940e98991 100644 --- a/src/history.h +++ b/src/history.h @@ -33,7 +33,7 @@ namespace Stockfish { -constexpr int PAWN_HISTORY_SIZE = 1024; // has to be a power of 2 +constexpr int PAWN_HISTORY_SIZE = 8192; // has to be a power of 2 constexpr int CORRECTION_HISTORY_SIZE = 32768; // has to be a power of 2 constexpr int CORRECTION_HISTORY_LIMIT = 1024; constexpr int LOW_PLY_HISTORY_SIZE = 5;