mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Simplify captures ordering
A big simplification and removing of useless code. Finished at 50% both at short TC (with SPRT) than at long TC at fixed number of games: ELO: -0.14 +-3.4 (95%) LOS: 46.8% Total: 15206 W: 2836 L: 2842 D: 9528 bench: 5059948
This commit is contained in:
@@ -86,7 +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&, Move*, Search::Stack*, Value);
|
||||
MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*);
|
||||
|
||||
template<bool SpNode> Move next_move();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user