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

Support multiple teams for TrueSkill algorithm (WIP) #9

Closed
wants to merge 7 commits into from

Conversation

atomflunder
Copy link
Owner

As stated in #8

@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2023

Codecov Report

Attention: Patch coverage is 98.46762% with 31 lines in your changes missing coverage. Please review.

Project coverage is 99.66%. Comparing base (56cb810) to head (55c46dc).
Report is 21 commits behind head on master.

Files Patch % Lines
src/trueskill/mod.rs 97.46% 22 Missing ⚠️
src/trueskill/gaussian.rs 86.48% 5 Missing ⚠️
src/trueskill/factor_graph.rs 98.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##            master       #9      +/-   ##
===========================================
- Coverage   100.00%   99.66%   -0.34%     
===========================================
  Files           13       16       +3     
  Lines         7583     9370    +1787     
===========================================
+ Hits          7583     9339    +1756     
- Misses           0       31      +31     

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

@atomflunder atomflunder linked an issue Jan 5, 2023 that may be closed by this pull request
@atomflunder atomflunder self-assigned this Jan 5, 2023
@atomflunder atomflunder added enhancement New feature or request help wanted Extra attention is needed labels Jan 5, 2023
commit 65176ab
Author: atomflunder <[email protected]>
Date:   Sun Jun 4 21:30:29 2023 +0200

    Bump version to 0.25

commit 5432b61
Author: atomflunder <[email protected]>
Date:   Sun Jun 4 21:27:42 2023 +0200

    Fix some new clippy lints

commit be3a6df
Author: atomflunder <[email protected]>
Date:   Sun Jun 4 21:21:07 2023 +0200

    Add tests for traits

commit 1276e87
Merge: 398d621 73ecde9
Author: atomflunder <[email protected]>
Date:   Sun Jun 4 20:33:50 2023 +0200

    Merge pull request #10 from jspspike/master

    Add `TeamRatingSystem` and `Rating` traits

commit 73ecde9
Author: atomflunder <[email protected]>
Date:   Sun Jun 4 20:26:53 2023 +0200

    Use option return type for uncertainty method

commit be3f64a
Author: atomflunder <[email protected]>
Date:   Sat Jun 3 12:17:12 2023 +0200

    Add traits for remaining algorithms

commit 8da48e3
Author: atomflunder <[email protected]>
Date:   Fri Jun 2 22:35:42 2023 +0200

    Add remaining traits for TrueSkill algorithm

    - RatingSystem
    - RatingPeriodSystem
    - MultiTeamRatingSystem

commit 03bb12b
Author: jspspike <[email protected]>
Date:   Wed May 31 13:40:21 2023 -0500

    Add TeamRatingSystem trait

commit 398d621
Author: atomflunder <[email protected]>
Date:   Fri May 19 18:40:41 2023 +0200

    Update docs

commit f6e0e38
Author: atomflunder <[email protected]>
Date:   Thu Mar 9 15:09:19 2023 +0100

    Update TrueSkill documentation links
@atomflunder
Copy link
Owner Author

Made redundant by #11

@atomflunder atomflunder closed this Jun 8, 2024
@atomflunder atomflunder deleted the trueskill-multi-team-wip branch June 8, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple teams in TrueSkill algorithms
2 participants