mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Revert previous patch
It seems a regression at 15+0.05: ELO: -4.82 +-2.1 (95%) LOS: 0.0% Total: 40000 W: 7181 L: 7736 D: 25083 bench: 8331357
This commit is contained in:
@@ -88,7 +88,6 @@ public:
|
||||
MovePicker(const Position&, Move, const HistoryStats&, PieceType);
|
||||
MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*);
|
||||
|
||||
const ExtMove* quiet_moves() const;
|
||||
template<bool SpNode> Move next_move();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user