]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
SE depth scaling using the previous depth
[stockfish] / src / thread.h
index 8027855a6144091892fc2711829888c193df7e91..9e9cd488c3c2fa71d9c987bde2043059e4d453cc 100644 (file)
@@ -69,7 +69,7 @@ public:
   Position rootPos;
   StateInfo rootState;
   Search::RootMoves rootMoves;
-  Depth rootDepth, completedDepth, depth;
+  Depth rootDepth, completedDepth, depth, previousDepth;
   Value rootDelta;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;