]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Half History Max
[stockfish] / src / movepick.h
index c512d130e497dfa9bb54146371ad7a97e049ce5f..b9d2594af114e447d987d39ec9edfc12a8cd8955 100644 (file)
@@ -40,7 +40,7 @@
 template<bool Gain, typename T>
 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)); }