]> git.sesse.net Git - stockfish/blobdiff - src/value.h
Joona tweaks of tempos and misc parameters
[stockfish] / src / value.h
index cec4a439320b28588ff8d4bd523f9fdf2e22da42..6e030db48c0debef8037b2c6f46675c505da29d9 100644 (file)
@@ -95,8 +95,8 @@ const Value PieceValueEndgame[17] = {
 
 /// Bonus for having the side to move (modified by Joona Kiiski)
 
-const Value TempoValueMidgame = Value(48);
-const Value TempoValueEndgame = Value(21);
+const Value TempoValueMidgame = Value(46);
+const Value TempoValueEndgame = Value(28);
 
 
 ////