Remove quiet move streak

Passed Non-regression STC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 67712 W: 17744 L: 17555 D: 32413
Ptnml(0-2): 204, 8030, 17274, 8069, 279
https://tests.stockfishchess.org/tests/view/68b784628f94a4e5a7fe7706

Passed Non-regression LTC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 196050 W: 50270 L: 50228 D: 95552
Ptnml(0-2): 122, 21465, 54813, 21499, 126
https://tests.stockfishchess.org/tests/view/68ba119d8f94a4e5a7fe7941

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

Bench: 2238789

Co-authored-by: Daniel Monroe <github.com@danielmonroe.net>
This commit is contained in:
Shawn Xu
2025-09-28 21:08:58 +02:00
committed by Joost VandeVondele
co-authored by Daniel Monroe
parent 9b164d9520
commit 7a36c0e95f
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -75,7 +75,6 @@ struct Stack {
bool ttHit;
int cutoffCnt;
int reduction;
int quietMoveStreak;
};