Skip to content

Commit

Permalink
Remove check extension
Browse files Browse the repository at this point in the history
  • Loading branch information
XInTheDark authored and PikaCat-OuO committed Feb 10, 2024
1 parent e4d61f8 commit f792d6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,6 @@ Value Search::Worker::search(
extension = -1;
}

// Check extensions (~1 Elo)
else if (givesCheck && depth > 7)
extension = 1;

// Quiet ttMove extensions (~1 Elo)
else if (PvNode && move == ttMove && move == ss->killers[0]
&& (*contHist[0])[movedPiece][move.to_sq()] >= 7061)
Expand Down

0 comments on commit f792d6f

Please sign in to comment.