X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=694dd643892ba437880f563e15b2b7bd85c2c640;hp=2e08b550482a47b8686b579d27fb6106e6af273d;hb=e385f194e970f0675bd4c3509bca4a6c81b6df5e;hpb=7b4c9852e1421ebe6ec326c38f04ad575ad91053 diff --git a/src/search.h b/src/search.h index 2e08b550..694dd643 100644 --- a/src/search.h +++ b/src/search.h @@ -31,6 +31,10 @@ class Position; namespace Search { +/// Threshold used for countermoves based pruning +const int CounterMovePruneThreshold = 0; + + /// Stack struct keeps track of the information we need to remember from nodes /// shallower and deeper in the tree during the search. Each search thread has /// its own array of Stack objects, indexed by the current ply.