ranking 2.0.1
ranking: ^2.0.1 copied to clipboard
A library to compute rankings of players. Uses ELO for dynamic rankings, and Bradley-Terry for static rankings.
2.0.1 #
Update formatting.
2.0.0 #
Fix lints and make non-nullable aware.
1.0.1 #
Fix linting error.
1.0.0 #
Update the pubspec file with a better description.
0.2.1 #
Update the README after the API change.
0.2.0 #
Changed the API slightly. No need to register all players for ELO now.
0.1.0 #
Initial version. Basic ELO and Bradley-Terry models implemented.