-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡ Stop checking for two/threefold repetition and 50 moves draws in QS…
…earch (#673) As of now, QSearch only searches captures, pawn promotions and castling moves. Only the latter could produce a 50 moves repetition, and none of them could produce a two/threefold one. So it's pointless to check for repetition inside of QSearch.
- Loading branch information
1 parent
0a97d99
commit 80f1afb
Showing
1 changed file
with
3 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters