aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/ranking.rs
AgeCommit message (Expand)AuthorFilesLines
2022-07-06rename code_bundle to bot_versionIlion Beyst1-1/+1
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-1/+1
2022-07-04Merge branch 'bot-api' into nextIlion Beyst1-3/+6
2022-06-10update RunMatch helper to allow for remote botsIlion Beyst1-3/+6
2022-06-04ranker: implement weight and biasIlion Beyst1-12/+102
2022-06-04implement MLE rankerIlion Beyst1-29/+178
2022-05-30significantly lower max_update to obtain a stable rankingIlion Beyst1-1/+1
2022-05-28fix order of arguments in rankerIlion Beyst1-2/+2
2022-05-27implement simple elo ratingIlion Beyst1-4/+59
2022-04-28move match running logic to separate moduleIlion Beyst1-3/+30
2022-04-27restructure server entrypoint for rankerIlion Beyst1-0/+5