Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a new move qualifier #336

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Introduce a new move qualifier #336

merged 1 commit into from
Feb 12, 2024

Conversation

PGG106
Copy link
Owner

@PGG106 PGG106 commented Feb 12, 2024

Introduces a new move qualifier in the form of isTactical, this is a shorthand to check if the move is neither a capture nor a promo (doesn't matter if it's a capturing promo or a quiet one). This functionally replaces what isQuiet currently does and lets isQuiet have the more intuitive function of just checking if the move is a capture or not.
Since it's a 1:1 substitute to the old isQueit it means we aren't using isQuiet anywhere anymore (for now), some further testing might be warranted on if there's some Elo to be squeezed from that.
No functional change.
Bench: 6920775

@PGG106 PGG106 merged commit 0858590 into master Feb 12, 2024
2 checks passed
PGG106 added a commit that referenced this pull request Feb 12, 2024
* disable search output when benching
Bench 6920775

* restore search output after a bench to accomodate some no ones
Bench: 6920775

* Introduce a new move qualifier (#336)

Bench: 6920775

* code improvements
Bench: 6920775
@PGG106 PGG106 deleted the istactical branch April 5, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant