]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Update WLD model
[stockfish] / src / uci.h
index bd3df323f0a0d069102da573376979c0c9da3b7a..5d8ccf1afff99e759f30e1eef9fa6c7742be9053 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 = 361;
+const int NormalizeToPawnValue = 394;
 
 class Option;