FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Use killer heuristic for move ordering #126

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #126 (1a6f41d) into main (fc32e8f) will decrease coverage by 0.00%. The diff coverage is 96.15%.

@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
- Coverage   94.01%   94.01%   -0.01%     
==========================================
  Files          68       68              
  Lines        7921     7947      +26     
==========================================
+ Hits         7447     7471      +24     
- Misses        474      476       +2     
Impacted Files Coverage Δ
search/src/search_data.rs 98.46% <93.75%> (-1.54%) :arrow_down:
search/src/alpha_beta.rs 100.00% <100.00%> (ø)
search/src/move_selector.rs 94.18% <100.00%> (-0.69%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc32e8f...1a6f41d. Read the comment docs.