X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=694dd643892ba437880f563e15b2b7bd85c2c640;hb=e50af36a00ea1df1b395873766408f127dd00c90;hp=2e08b550482a47b8686b579d27fb6106e6af273d;hpb=45e254a0a0d4cbc574e5a65bd4584036b01091b6;p=stockfish 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.