X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.h;h=55fb47c29ef64ef328d8698a96b817f185598264;hb=b4e9ee72e36aadd0e653ac4ab5c07a9e3d639aca;hp=be5c70c54ce4b55602cb7af5703f476acde4f384;hpb=b59786e750a59d3d7cff2630cf284553f607ed29;p=stockfish diff --git a/src/uci.h b/src/uci.h index be5c70c5..55fb47c2 100644 --- a/src/uci.h +++ b/src/uci.h @@ -36,7 +36,7 @@ namespace UCI { // to the UCI centipawn result used in output. This value is derived from // the win_rate_model() such that Stockfish outputs an advantage of // "100 centipawns" for a position if the engine has a 50% probability to win -// from this position in selfplay at fishtest LTC time control. +// from this position in self-play at fishtest LTC time control. const int NormalizeToPawnValue = 328; class Option;