Reduce countermoves less in LMR

Passed SPRT for both short TC 15+0.05:
LLR: 2.95 (-2.94,2.94)
Total: 17724 W: 3756 L: 3598 D: 10370

And long TC 60+0.05:
LLR: 2.95 (-2.94,2.94)
Total: 22672 W: 4232 L: 4011 D: 14429

bench: 4418832
This commit is contained in:
Marco Costalba
2013-05-19 21:32:52 +02:00
parent 8ceef92266
commit 77547a4ef1
3 changed files with 13 additions and 11 deletions

View 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();