]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Introduce simple_eval() for lazy evaluations
[stockfish] / src / thread.h
index a421af9e3bc25b20f4296b0c3c4bbd21be6c465a..8d0adcf0340460373073516fac7f5d0f37196ecd 100644 (file)
@@ -67,6 +67,7 @@ public:
   Search::RootMoves rootMoves;
   Depth rootDepth, completedDepth;
   Value rootDelta;
+  Value rootSimpleEval;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;