mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Clean-up skipEarlyPruning (#921)
make skipEarlyPruning a search argument instead of managing this by hand. Verified for no regression at STC: LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 96754 W: 17089 L: 17095 D: 62570 No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
589049a0e5
commit
1b62d413c1
+1
-2
@@ -38,15 +38,14 @@ namespace Search {
|
||||
|
||||
struct Stack {
|
||||
Move* pv;
|
||||
CounterMoveStats* counterMoves;
|
||||
int ply;
|
||||
Move currentMove;
|
||||
Move excludedMove;
|
||||
Move killers[2];
|
||||
Value staticEval;
|
||||
Value history;
|
||||
bool skipEarlyPruning;
|
||||
int moveCount;
|
||||
CounterMoveStats* counterMoves;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user