mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Retire mateKiller
Practically useless: After 6456 games 1281 - 1293 - 3882 ELO +0 (+- 5.5) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -53,7 +53,8 @@ private:
|
||||
|
||||
const Position& pos;
|
||||
const History& H;
|
||||
MoveStack ttMoves[2], killers[2];
|
||||
Move ttMove;
|
||||
MoveStack killers[2];
|
||||
int badCaptureThreshold, phase;
|
||||
const uint8_t* phasePtr;
|
||||
MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
|
||||
|
||||
Reference in New Issue
Block a user