diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/elo.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/config/elo.json b/config/elo.json index e50822b..f47aefd 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,10 +1,11 @@ { - "initial_ranking": 1450.0, - "disparity": 400, - "importance": { - "NC_Q": 1.6, - "NC_R": 16, - "C_Q": 3.2, - "C_R": 32 - } + "initial_ranking": 1600.0, + "disparity": 300, + "importance": { + "NC_Q": 1.6, + "NC_R": 16, + "C_Q": 3.2, + "C_R": 32 + }, + "importance_threshold": [ 2000, 1800 ] } |