Revert "use winning_percentage_wdl in learn"

This reverts commit c964e902c5.

# Conflicts:
#	src/uci.cpp
This commit is contained in:
nodchip
2020-07-06 11:07:46 +09:00
parent 3b535b5ade
commit 85c802d0b9
3 changed files with 8 additions and 59 deletions

View File

@@ -74,7 +74,6 @@ 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.