diff --git a/install/default_config.yaml b/install/default_config.yaml index b201586..887ba6d 100644 --- a/install/default_config.yaml +++ b/install/default_config.yaml @@ -2,21 +2,21 @@ player_base_rating: 1500 variant_base_rating: 1500 variant_base_ratings: No Variant: - 3p: 1500 - 4p: 1500 - 5p: 1600 + 3p: 1400 + 4p: 1400 + 5p: 1500 6 Suits: - 3p: 1500 - 4p: 1500 - 5p: 1600 + 3p: 1400 + 4p: 1400 + 5p: 1500 Clue Starved (5 Suits): - 3p: 1500 - 4p: 1500 - 5p: 1700 + 3p: 1800 + 4p: 1800 + 5p: 1900 Clue Starved (6 Suits): - 3p: 1500 - 4p: 1500 - 5p: 1700 + 3p: 1800 + 4p: 1800 + 5p: 1900 min_player_count: 3 max_player_count: 5 @@ -24,16 +24,16 @@ max_player_count: 5 k-factor: values: # Early is applied for players with at most conditions.num_early_games games - early: 40 + early: 50 # This is the regular coefficient for people with a good amount of games normal: 30 # For people with rating at least conditions.high_rating, the coefficient is adapted again, high_rating: 15 - # Controls how fast the variant ratings change - variants: 5 + # Controls how fast the variant ratings change (independent of number of games / rating) + variants: 10 conditions: - num_early_games: 30 - high_rating: 1700 + num_early_games: 20 + high_rating: 1800 min_suits: 5 max_suits: 6