]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Update WDL model for current SF
[stockfish] / src / uci.h
index f5f2c385c6c65e41a99f998292ab68e391333213..7a2ef2558186fae68414871dfb14e2168332e313 100644 (file)
--- 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;