X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.h;h=8f1be00c7cbd514f614637168dd9719a313ac763;hb=52e84e4b4675aae52a619c309479684dc5478bf5;hp=680d2d2cc8cff535c435289dbb60322eded1e6f7;hpb=02728736edd5915fc0abc8698635e633a3cba201;p=stockfish diff --git a/src/uci.h b/src/uci.h index 680d2d2c..8f1be00c 100644 --- a/src/uci.h +++ b/src/uci.h @@ -35,7 +35,7 @@ namespace UCI { // 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. -const int NormalizeToPawnValue = 343; +const int NormalizeToPawnValue = 328; class Option;