X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.h;h=680d2d2cc8cff535c435289dbb60322eded1e6f7;hb=5f7b26aaa0d0bbdeb50ea6b17f049f167c1eb996;hp=9ca0ed36b4dd0385609f4d7dd317b70cc2f97eb9;hpb=65e2150501b87e6ce00fae4e3f056444f39462fd;p=stockfish diff --git a/src/uci.h b/src/uci.h index 9ca0ed36..680d2d2c 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 = 394; +const int NormalizeToPawnValue = 343; class Option;