Merge commit '43b2d65d7275b11fd47c7225f8a0d19afbab4cd1' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-25 20:01:02 +01:00
26 changed files with 672 additions and 697 deletions
+1 -1
View File
@@ -77,6 +77,7 @@ struct Stack {
bool ttHit;
int cutoffCnt;
int reduction;
bool isTTMove;
};
@@ -299,7 +300,6 @@ class Worker {
PawnHistory pawnHistory;
CorrectionHistory<Pawn> pawnCorrectionHistory;
CorrectionHistory<Major> majorPieceCorrectionHistory;
CorrectionHistory<Minor> minorPieceCorrectionHistory;
CorrectionHistory<NonPawn> nonPawnCorrectionHistory[COLOR_NB];
CorrectionHistory<Continuation> continuationCorrectionHistory;