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

Migrate rating system from Topcoder to Elo-MMR #1751

Merged
merged 24 commits into from
Aug 17, 2021
Merged

Migrate rating system from Topcoder to Elo-MMR #1751

merged 24 commits into from
Aug 17, 2021

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    28da48b View commit details
    Browse the repository at this point in the history
  2. fix reverse migration

    int-y1 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    01dacb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e30bc9 View commit details
    Browse the repository at this point in the history
  4. Expose raw rating in API

    int-y1 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    076cd52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f57dcc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Fix constants

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    4d55b67 View commit details
    Browse the repository at this point in the history
  2. Use better rating cutoffs

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    45dded3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de73f7 View commit details
    Browse the repository at this point in the history
  4. Handle n < 2

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    f9a4a40 View commit details
    Browse the repository at this point in the history
  5. Handle n < 2 better

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    0dd7cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4e51fd View commit details
    Browse the repository at this point in the history
  7. Minor optimization

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    f501b43 View commit details
    Browse the repository at this point in the history
  8. Adjust rating boundaries again

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    2984638 View commit details
    Browse the repository at this point in the history
  9. Improve solve's accuracy

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    ff937ac View commit details
    Browse the repository at this point in the history
  10. Fix bot messages

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    43de3ea View commit details
    Browse the repository at this point in the history
  11. Fix bot messages again

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    a8a21d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    377da32 View commit details
    Browse the repository at this point in the history
  13. Slight performance boost

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    2439197 View commit details
    Browse the repository at this point in the history
  14. lint

    int-y1 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    66066fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c12c297 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    83717bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7a73d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Fix rating floor and ceiling

    int-y1 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d4c2d18 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Use a better initial rating

    int-y1 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0517a63 View commit details
    Browse the repository at this point in the history