X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=4d84be7054858eb37407b097b87e5aa2320e7846;hp=0f3fbc10405e8789219c2af0ff1d294ec1263522;hb=90e83fa879ccdba066962ad0a9aa5be7c4cd1956;hpb=04108d45414c70c796d9378b247207b574e22414 diff --git a/src/history.h b/src/history.h index 0f3fbc10..4d84be70 100644 --- a/src/history.h +++ b/src/history.h @@ -39,7 +39,7 @@ public: Value gain(Piece p, Square to) const; void update_gain(Piece p, Square to, Value g); - static const Value MaxValue = Value(1 << 29); // To avoid an overflow + static const Value MaxValue = Value(2000); private: Value history[16][64]; // [piece][to_square]