]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Introduce MovePicker::isBadCapture() and use in probcut
[stockfish] / src / movepick.h
index 765cae29033de7bb1080a29b6506f6b88925d282..fb3d4a62da030af55793b464da69c66c43dcf652 100644 (file)
@@ -43,6 +43,7 @@ public:
   MovePicker(const Position&, Move, Depth, const History&, SearchStack*, Value);
   MovePicker(const Position&, Move, Depth, const History&);
   Move get_next_move();
   MovePicker(const Position&, Move, Depth, const History&, SearchStack*, Value);
   MovePicker(const Position&, Move, Depth, const History&);
   Move get_next_move();
+  bool isBadCapture() const;
 
 private:
   void score_captures();
 
 private:
   void score_captures();