mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
MovePicker: take advantage of threat move for ordering
If the null move was refuted by a capture then give a bonus if we move away the captured piece. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ private:
|
||||
int find_best_index(Bitboard* squares, int values[]);
|
||||
|
||||
const Position& pos;
|
||||
Move ttMove, mateKiller, killer1, killer2;
|
||||
Move ttMove, mateKiller, killer1, killer2, threatMove;
|
||||
Bitboard pinned, dc;
|
||||
MoveStack moves[256], badCaptures[64];
|
||||
bool pvNode;
|
||||
|
||||
Reference in New Issue
Block a user