X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=b9d2594af114e447d987d39ec9edfc12a8cd8955;hp=c512d130e497dfa9bb54146371ad7a97e049ce5f;hb=3b1f552b08b254a5b2d8234ba35d52d3ee86a7cb;hpb=4840643fedbfc33d118cdc13c8435b062e3da99b diff --git a/src/movepick.h b/src/movepick.h index c512d130..b9d2594a 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -40,7 +40,7 @@ template struct Stats { - static const Value Max = Value(2000); + static const Value Max = Value(250); const T* operator[](Piece pc) const { return table[pc]; } void clear() { std::memset(table, 0, sizeof(table)); }