use winning_percentage_wdl in learn

This commit is contained in:
tttak
2020-07-03 23:21:49 +09:00
parent 9ce0ef3ac0
commit c964e902c5
3 changed files with 40 additions and 11 deletions

View File

@@ -74,6 +74,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);
int win_rate_model(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.