X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.h;fp=src%2Fuci.h;h=7a2ef2558186fae68414871dfb14e2168332e313;hp=f5f2c385c6c65e41a99f998292ab68e391333213;hb=341163116233682bf150d20cddedcb23e6d09431;hpb=d756d97a66cb18de182e018446b9149a5ff8ef18 diff --git a/src/uci.h b/src/uci.h index f5f2c385..7a2ef255 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 = 348; +const int NormalizeToPawnValue = 361; class Option;