X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvalue.h;h=51517462b41d2690d60ada2a35cd961631e1b9a0;hb=595a90dfd0cd393a8805f4f51cf5c5d8b264c121;hp=6e030db48c0debef8037b2c6f46675c505da29d9;hpb=3444b9473570e5c188cbc886e8177d83e082b7a5;p=stockfish diff --git a/src/value.h b/src/value.h index 6e030db4..51517462 100644 --- a/src/value.h +++ b/src/value.h @@ -95,8 +95,8 @@ const Value PieceValueEndgame[17] = { /// Bonus for having the side to move (modified by Joona Kiiski) -const Value TempoValueMidgame = Value(46); -const Value TempoValueEndgame = Value(28); +const Value TempoValueMidgame = Value(48); +const Value TempoValueEndgame = Value(22); ////