mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00: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:
@@ -36,7 +36,6 @@ struct SplitPoint;
|
||||
struct SearchStack {
|
||||
int ply;
|
||||
Move currentMove;
|
||||
Move mateKiller;
|
||||
Move excludedMove;
|
||||
Move bestMove;
|
||||
Move killers[2];
|
||||
|
||||
Reference in New Issue
Block a user