tttak
2020-07-03 23:01:37 +09:00
parent 9c19021808
commit 9ce0ef3ac0
5 changed files with 49 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ std::string value(Value v);
std::string square(Square s);
std::string move(Move m, bool chess960);
std::string pv(const Position& pos, Depth depth, Value alpha, Value beta);
std::string wdl(Value v, int ply);
Move to_move(const Position& pos, std::string& str);
// Flag that read the evaluation function. This is set to false when evaldir is changed.