X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=37c6452b9b7065799c256b24b7771f5d8b9143e4;hb=b82d93ece484f833c994b40d9eddd959ba20ef92;hp=cd206faab987c71ee5bcc41406b2e42d75dab3eb;hpb=a5a89b27c8e3225fb453d603bc4515d32bb351c3;p=stockfish diff --git a/src/thread.h b/src/thread.h index cd206faa..37c6452b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -95,6 +95,7 @@ struct MainThread : public Thread { double previousTimeReduction; Value bestPreviousScore; + Value bestPreviousAverageScore; Value iterValue[4]; int callsCnt; bool stopOnPonderhit;