diff options
| author | Scott Gasch <[email protected]> | 2026-08-30 17:17:44 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-30 17:17:44 -0700 |
| commit | fd1460b2c135f6cef502fd167d1df0edf223e312 (patch) | |
| tree | ee20bae148e436a88abfb9e709fcf96634f04d45 /src/chess.h | |
| parent | 3eac7f469add78edb9dd7dced36bde5427346321 (diff) | |
Improving for nullmove, eval speedup, remove old cruft, bugfix in split / MP.
Diffstat (limited to 'src/chess.h')
| -rwxr-xr-x | src/chess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chess.h b/src/chess.h index a83a13d..367100f 100755 --- a/src/chess.h +++ b/src/chess.h @@ -2413,6 +2413,7 @@ WeShouldTryNullmovePruning(IN SEARCHER_THREAD_CONTEXT *ctx, IN SCORE iAlpha, IN SCORE iBeta, IN SCORE iRoughEval, + IN SCORE iImprovement, IN ULONG uNullDepth); FLAG |
