We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad7f7b commit 01b3fe0Copy full SHA for 01b3fe0
1 file changed
src/search.rs
@@ -454,7 +454,6 @@ fn search<NODE: NodeType>(
454
_ => true,
455
}
456
{
457
- estimated_score = tt_score;
458
eval = tt_score;
459
460
@@ -546,7 +545,6 @@ fn search<NODE: NodeType>(
546
545
&& td.board.has_non_pawns()
547
&& !is_loss(beta)
548
&& !(tt_bound == Bound::Lower
549
- && tt_move.is_present()
550
&& tt_move.is_capture()
551
&& td.board.piece_on(tt_move.to()).value() >= PieceType::Knight.value())
552
0 commit comments