mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Half History Max
STC LLR: 3.35 (-2.94,2.94) [-0.50,3.50] Total: 17993 W: 3740 L: 3508 D: 10745 LTC LLR: 3.25 (-2.94,2.94) [0.00,4.00] Total: 21346 W: 3691 L: 3453 D: 14202 Bench: 7694316 Resolves #120
This commit is contained in:
@@ -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)); }
|
||||
|
||||
Reference in New Issue
Block a user