X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=5bfa2359afdd5e02908afbb776a5a86df9f24c96;hb=af0d82792e21f0362b781fc671ae8b7a0642e61a;hp=2b3dea0d7cccdc05eb42f8c6f57476257a1032b8;hpb=7ffae17f85709e49672a0e98e136b66aea067b2c;p=stockfish diff --git a/src/thread.h b/src/thread.h index 2b3dea0d..5bfa2359 100644 --- a/src/thread.h +++ b/src/thread.h @@ -55,6 +55,7 @@ public: void idle_loop(); void start_searching(); void wait_for_search_finished(); + size_t id() const { return idx; } Pawns::Table pawnsTable; Material::Table materialTable; @@ -73,8 +74,7 @@ public: LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; - Score contempt; - int failedHighCnt; + Score trend; };