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

[Chess] Skip _flip in checking mate #1230

Merged
merged 5 commits into from
Sep 12, 2024
Merged

[Chess] Skip _flip in checking mate #1230

merged 5 commits into from
Sep 12, 2024

Conversation

sotetsuk
Copy link
Owner

@sotetsuk sotetsuk commented Sep 12, 2024

fn jaxpr lines time
_legal_action_mask 4220 944.2ms
_flip 92 27.0ms
_is_checked 206 56.2ms
_is_pseudo_legal 136 58.2ms
_hash_castling_en_passant 37 17.6ms
_apply_move 331 92.6ms
_update_history 57 27.3ms

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.64%. Comparing base (c99e282) to head (65ed174).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1230      +/-   ##
==========================================
+ Coverage   80.63%   80.64%   +0.01%     
==========================================
  Files          62       62              
  Lines        5963     5967       +4     
==========================================
+ Hits         4808     4812       +4     
  Misses       1155     1155              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sotetsuk sotetsuk merged commit 8760db1 into main Sep 12, 2024
5 checks passed
@sotetsuk sotetsuk deleted the sotetsuk/chess/skip-flip branch September 12, 2024 03:57
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