Allow setting UCI options programmatically.

This commit is contained in:
Tomasz Sobczyk
2020-10-07 11:20:53 +02:00
committed by nodchip
parent 80cbc3ffee
commit 5fa28b12fa
2 changed files with 13 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ std::string wdl(Value v, int ply);
int win_rate_model(Value v, int ply);
double win_rate_model_double(double v, int ply);
Move to_move(const Position& pos, std::string& str);
void setoption(const std::string& name, const std::string& value);
} // namespace UCI