mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Retire refine_eval()
Inline its content and better comment what it does through some renaming. No functional change.
This commit is contained in:
@@ -44,7 +44,7 @@ struct Stack {
|
||||
Move excludedMove;
|
||||
Move killers[2];
|
||||
Depth reduction;
|
||||
Value eval;
|
||||
Value staticEval;
|
||||
Value evalMargin;
|
||||
int skipNullMove;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user