Implemented the logic to update Eval List and Dirty Pieces.

This commit is contained in:
Hisayori Noda
2019-06-16 10:33:53 +09:00
parent b330602cdc
commit 48bfe86d27
9 changed files with 313 additions and 30 deletions
+2
View File
@@ -75,6 +75,8 @@ std::string move(Move m, bool chess960);
std::string pv(const Position& pos, Depth depth, Value alpha, Value beta);
Move to_move(const Position& pos, std::string& str);
// 評価関数を読み込んだかのフラグ。これはevaldirの変更にともなってfalseにする。
extern bool load_eval_finished; // = false;
} // namespace UCI
extern UCI::OptionsMap Options;