mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Retire refine_eval()
Inline its content and better comment what it does through some renaming. No functional change.
This commit is contained in:
+1
-1
@@ -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