]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Introduce capture history table for capture move sorting
[stockfish] / src / thread.h
index 3e9d92446fb5b1c7960fa9b0587b9bb612ad8526..1780abe1da85d821a51312457315b6aa0697e27d 100644 (file)
@@ -69,6 +69,7 @@ public:
   Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
+  CapturePieceToHistory captureHistory;
   ContinuationHistory contHistory;
 };
 
   ContinuationHistory contHistory;
 };