projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Retire eval margin and gains"
[stockfish]
/
src
/
search.h
diff --git
a/src/search.h
b/src/search.h
index bc841923f5f95c26fbdddf9a0f8e019db09b184d..e2a136062c689a79695b4c725719f7c9cb562bdc 100644
(file)
--- a/
src/search.h
+++ b/
src/search.h
@@
-45,6
+45,7
@@
struct Stack {
Move killers[2];
Depth reduction;
Value staticEval;
+ Value evalMargin;
int skipNullMove;
int futilityMoveCount;
};