]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Skip quiet moves based on moveCount pruning threshold and history stats
[stockfish] / src / movepick.h
index e1a2e6df18d3386623ddce7ca77d4023f6a081ec..c19141820e3397804580a06fbc8b02df12e5e7a0 100644 (file)
@@ -95,7 +95,7 @@ public:
   MovePicker(const Position&, Move, Depth, Square);
   MovePicker(const Position&, Move, Depth, Search::Stack*);
 
-  Move next_move();
+  Move next_move(bool skipQuiets = false);
 
 private:
   template<GenType> void score();