EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Use the default algorithms for updating user ratings when using the winner command #6

Closed EddieTheCubeHead closed 2 years ago

EddieTheCubeHead commented 2 years ago

Depends on #5

Use the created algorithms and enable updating and saving user rating based on them after a two team scrim. Change the name of FrozenPlayerElo to FrozenPlayerRating and save the ratings before changes as those objects.

EddieTheCubeHead commented 2 years ago

Would be a smart idea to implement team comparison requiring algorithms (so winrate and user rating update) with a field describing minimum and maximum team count the algorithm supports and throwing a nice verbose error if this requirement is not met. See ticket #8 for reasons for this.