Update to Stockfish 14

This commit is contained in:
Peter Osterlund
2021-07-02 20:50:36 +02:00
parent fe7a8fac11
commit 4f7930acf0
61 changed files with 2020 additions and 1568 deletions

View File

@@ -24,6 +24,8 @@
#include "timeman.h"
#include "uci.h"
namespace Stockfish {
TimeManagement Time; // Our global time management object
@@ -95,3 +97,5 @@ void TimeManagement::init(Search::LimitsType& limits, Color us, int ply) {
if (Options["Ponder"])
optimumTime += optimumTime / 4;
}
} // namespace Stockfish