Improve comments in UCI

And simplify naming while there.

No functional change.

Resolves #159
This commit is contained in:
Marco Costalba
2014-12-14 09:31:13 +01:00
committed by Joona Kiiski
parent 413b243809
commit b8fd1a78dc
4 changed files with 28 additions and 29 deletions

View File

@@ -67,9 +67,9 @@ private:
void init(OptionsMap&);
void loop(int argc, char* argv[]);
std::string format_value(Value v, Value alpha = -VALUE_INFINITE, Value beta = VALUE_INFINITE);
std::string format_square(Square s);
std::string format_move(Move m, bool chess960);
std::string value(Value v, Value alpha = -VALUE_INFINITE, Value beta = VALUE_INFINITE);
std::string square(Square s);
std::string move(Move m, bool chess960);
Move to_move(const Position& pos, std::string& str);
} // namespace UCI