mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user