aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/ranking.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12upgrade to diesel 2.0Ilion Beyst1-6/+7
2022-08-28run ranker on all mapsIlion Beyst1-7/+10
2022-08-26add maps to matches apiIlion Beyst1-3/+10
2022-07-30add is_public to matchesIlion Beyst1-1/+1
2022-07-25limit amount of matches used by rankerIlion Beyst1-1/+3
2022-07-23store active version id in bots tableIlion Beyst1-9/+11
2022-07-14change runnerconfig to globalconfigIlion Beyst1-11/+5
2022-07-14create a configuration to hold docker registry urlIlion Beyst1-4/+11
2022-07-13refactor: unify match save and spawnIlion Beyst1-7/+5
2022-07-12refactor: delay BotSpec construction in RunMatchIlion Beyst1-1/+4
2022-07-09refactor: pass on both Bot and BotVersion to MatchPlayerIlion Beyst1-9/+5
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