mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Allow setting UCI options programmatically.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user