]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Reduce countermoves less in LMR
[stockfish] / src / movepick.h
index 8997c93872c46766bf137f1d4cc73cd46194f1a9..5fbaa688631f9e97864820e6254648179c0cbe08 100644 (file)
@@ -86,8 +86,7 @@ class MovePicker {
 public:
   MovePicker(const Position&, Move, Depth, const HistoryStats&, Square);
   MovePicker(const Position&, Move, const HistoryStats&, PieceType);
-  MovePicker(const Position&, Move, Depth, const HistoryStats&,
-             const CountermovesStats&, Search::Stack*, Value);
+  MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*, Value);
 
   template<bool SpNode> Move next_move();