More aggressive post-futility pruning

This commit is contained in:
Joona Kiiski
2013-04-21 14:53:27 +01:00
parent f84f04742a
commit 8df17204f4
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ struct Stack {
Value staticEval;
Value evalMargin;
int skipNullMove;
int futMc;
};