]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Use Color-From-To history stats to help sort moves
[stockfish] / src / thread.h
index 4e63fe478073953fcffd7f474e728c8f659afd43..8181163ec1b7516dec0c184f193de130920ea3f3 100644 (file)
@@ -68,6 +68,7 @@ public:
   Depth rootDepth;
   HistoryStats history;
   MoveStats counterMoves;
+  FromToStats fromTo;
   Depth completedDepth;
   std::atomic_bool resetCalls;
 };