]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Update winrate model with June data
[stockfish] / src / uci.h
index 680d2d2cc8cff535c435289dbb60322eded1e6f7..8f1be00c7cbd514f614637168dd9719a313ac763 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 = 343;
+const int NormalizeToPawnValue = 328;
 
 class Option;