]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Update WLD model
[stockfish] / src / uci.h
index 9ca0ed36b4dd0385609f4d7dd317b70cc2f97eb9..680d2d2cc8cff535c435289dbb60322eded1e6f7 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 = 394;
+const int NormalizeToPawnValue = 343;
 
 class Option;