FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Evaluation tuner #163

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 32.16% and project coverage change: -3.13 :warning:

Comparison is base (0f4cd49) 96.81% compared to head (7d0e1b5) 93.68%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== - Coverage 96.81% 93.68% -3.13% ========================================== Files 74 83 +9 Lines 11663 12249 +586 ========================================== + Hits 11291 11475 +184 - Misses 372 774 +402 ``` | [Impacted Files](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [eval/src/eval.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvZXZhbC5ycw==) | `100.00% <ø> (ø)` | | | [eval/src/lib.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvbGliLnJz) | `100.00% <ø> (ø)` | | | [tuner/src/eval\_params.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2V2YWxfcGFyYW1zLnJz) | `0.00% <0.00%> (ø)` | | | [tuner/src/file\_reader.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2ZpbGVfcmVhZGVyLnJz) | `0.00% <0.00%> (ø)` | | | [tuner/src/optimizer.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL29wdGltaXplci5ycw==) | `0.00% <0.00%> (ø)` | | | [tuner/src/training.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL3RyYWluaW5nLnJz) | `0.00% <0.00%> (ø)` | | | [tuner/src/main.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL21haW4ucnM=) | `1.21% <1.21%> (ø)` | | | [tuner/src/error\_function.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2Vycm9yX2Z1bmN0aW9uLnJz) | `34.78% <34.78%> (ø)` | | | [eval/src/complex.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `95.74% <72.72%> (ø)` | | | [tuner/src/feature\_evaluator.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2ZlYXR1cmVfZXZhbHVhdG9yLnJz) | `78.33% <78.33%> (ø)` | | | ... and [4 more](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/163?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.