mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Merge good and bad quiets
STC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 58613 W: 10779 L: 10723 D: 37111 LTC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 33608 W: 4539 L: 4436 D: 24633 Bench: 9441294
This commit is contained in:
committed by
Marco Costalba
parent
4b9ed6566a
commit
969982406c
@@ -100,7 +100,7 @@ private:
|
||||
Square recaptureSquare;
|
||||
Value threshold;
|
||||
int stage;
|
||||
ExtMove *endQuiets, *endBadCaptures = moves + MAX_MOVES - 1;
|
||||
ExtMove* endBadCaptures = moves + MAX_MOVES - 1;
|
||||
ExtMove moves[MAX_MOVES], *cur = moves, *endMoves = moves;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user