bigger PAWN_HISTORY_SIZE

STC (10+0.1 th1) was accepted:
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 75712 W: 19701 L: 19326 D: 36685
Ptnml(0-2): 254, 8738, 19513, 9081, 270
https://tests.stockfishchess.org/tests/view/68e286d5fa806e2e8393d160

LTC (60+0.6 th1) was accepted:
LLR: 2.96 (-2.94,2.94) <0.50,2.50>
Total: 108492 W: 28068 L: 27604 D: 52820
Ptnml(0-2): 60, 11639, 30390, 12091, 66
https://tests.stockfishchess.org/tests/view/68e3e564a017f472e763dac0

closes https://github.com/official-stockfish/Stockfish/pull/6350

bench 2128316
This commit is contained in:
rustam-cpp
2025-10-14 17:27:42 +02:00
committed by Joost VandeVondele
parent c956df4cbb
commit 63d449d1d9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;