-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've tried this a few times in the last half a year, it had been stubbornly worth 1 elo. However, other recent movepick simplifs seem to have cleared the way for this: simplifications beget simplifications. I assume that, like most other search/movepick simplifications in the last two years, this is a result of the NNUE eval. NNUE seems to make obsolete all the best search tweaks!
- Loading branch information
1 parent
4c7d431
commit 5df62a6
Showing
5 changed files
with
7 additions
and
45 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ class Position; | |
enum GenType { | ||
CAPTURES, | ||
QUIETS, | ||
QUIET_CHECKS, | ||
EVASIONS, | ||
PSEUDO_LEGAL, | ||
LEGAL | ||
|
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
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
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