Use winning_percentage_wdl in learn

This commit is contained in:
tttak
2020-08-24 22:56:08 +09:00
parent 7ee8a2bbb7
commit 4ce30d9522
3 changed files with 80 additions and 21 deletions
+1
View File
@@ -72,6 +72,7 @@ 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);
double win_rate_model_double(double v, int ply);
Move to_move(const Position& pos, std::string& str);
} // namespace UCI