hanabi-league/src
Maximilian Keßler 4b760e5f84
Variant ratings: Constant sum of rating
Whenever a variants gains/loses points now,
we ensure that the sum of all variant ratings of that type stays
constant by adjusting all other variants in the opposite direction.
2023-12-22 11:20:58 +01:00
..
__init__.py Move files into src folder 2023-11-23 17:03:36 +01:00
config.py Implement fetching new league users 2023-12-09 13:51:10 +01:00
constants.py Variant ratings: Constant sum of rating 2023-12-22 11:20:58 +01:00
database.py adjust database scheme: rename some fields and introduce rating type to 2023-12-20 01:20:49 +01:00
fetch_games.py fix stored variant ids and streak ordering 2023-12-08 12:46:27 +01:00
fetch_players.py Implement fetching new league users 2023-12-09 13:51:10 +01:00
games_db_interface.py Add code to analyze all games for bdrs 2023-11-24 12:19:37 +01:00
hanabi Move files into src folder 2023-11-23 17:03:36 +01:00
log_setup.py Move files into src folder 2023-11-23 17:03:36 +01:00
ratings.py Variant ratings: Constant sum of rating 2023-12-22 11:20:58 +01:00
render_site.py adjust database scheme: rename some fields and introduce rating type to 2023-12-20 01:20:49 +01:00
stats.py adjust database scheme: rename some fields and introduce rating type to 2023-12-20 01:20:49 +01:00
utils.py fix order of leader cards 2023-12-05 00:03:11 +01:00