diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/elo.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config/elo.json b/config/elo.json index 6b08ee8..9940909 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,11 +1,15 @@ { "initial_ranking": 2000.0, - "disparity": 600, + "disparity": { + "base_disparity": 400, + "adjust": 1, + "base_rating_change": 150 + }, "importance": { - "NC_Q": 1.6, - "NC_R": 16, - "C_Q": 3.2, - "C_R": 32 + "NC_Q": 1.6, + "NC_R": 16, + "C_Q": 3.2, + "C_R": 32 }, "importance_threshold": [ 2000, 1800 ] } |