FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Generate principal variation from PV table instead of transposition t… #74

Closed FitzOReilly closed 2 years ago

FitzOReilly commented 2 years ago

…able

codecov-commenter commented 2 years ago

Codecov Report

Merging #74 (9686741) into main (c054ede) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   96.99%   96.99%   -0.01%     
==========================================
  Files          58       59       +1     
  Lines        6164     6150      -14     
==========================================
- Hits         5979     5965      -14     
  Misses        185      185              
Impacted Files Coverage Δ
search/src/alpha_beta.rs 100.00% <100.00%> (ø)
search/src/negamax.rs 98.01% <100.00%> (-0.15%) :arrow_down:
search/src/pv_table.rs 100.00% <100.00%> (ø)
search/tests/search.rs 83.05% <100.00%> (-2.77%) :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 c054ede...9686741. Read the comment docs.