Merge commit 'b822fdf2f2f00758c794cb61a25a044424d2bc0a' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-25 19:50:17 +01:00
8 changed files with 83 additions and 81 deletions
+6 -2
View File
@@ -68,7 +68,6 @@ struct Stack {
CorrectionHistory<PieceTo>* continuationCorrectionHistory;
int ply;
Move currentMove;
Piece capturedPiece;
Move excludedMove;
Value staticEval;
int statScore;
@@ -386,9 +385,14 @@ class Worker {
friend class SearchManager;
};
struct ConthistBonus {
int index;
int weight;
};
} // namespace Search
} // namespace Stockfish
#endif // #ifndef SEARCH_H_INCLUDED
#endif // #ifndef SEARCH_H_INCLUDED