mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-16 23:26:23 +08:00
Use 5 TTEntry slots instead of 4
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
/// This is the number of TTEntry slots for each position
|
||||
static const int ClusterSize = 4;
|
||||
static const int ClusterSize = 5;
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user