hanabi-league/src
Maximilian Keßler aedf4a1008
Fix: evaluate k-factor per rating type correctly
For a low number of games (K=20 for default config),
the K-factor is higher than usual. This was evaluated globally
and not per rating type as it should be.

This commit introduces counting the number of played games per
rating type now, leading to K-factors which are independ across
rating types
2023-12-30 22:00:20 +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 rework game fetching: deduplicate code, fetch timestamps 2023-12-26 17:19:02 +01:00
fetch_games.py fix update 2023-12-26 18:01:58 +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 Fix: evaluate k-factor per rating type correctly 2023-12-30 22:00:20 +01:00
render_site.py Add API endpoint 2023-12-28 23:59:46 +01:00
stats.py Add 'loss' to game outcomes in case nothing else has been found 2023-12-23 02:48:35 +01:00
utils.py fix order of leader cards 2023-12-05 00:03:11 +01:00