diff options
author | emkael <emkael@tlen.pl> | 2014-10-29 14:17:00 +0000 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-29 14:17:00 +0000 |
commit | 477840592693ad3432a2d94b4bd892f0970a9f3a (patch) | |
tree | 2ef7868e396ca54ee14cf5a259987dfa8c294727 /config/elo.json | |
parent | fe87e8d7f43b4a8fe6a401e032d136c348dd5531 (diff) | |
parent | f037b3e756f0f25255a460e2abf748361021690e (diff) |
Merge branch 'master'
Conflicts:
config/elo.json
Diffstat (limited to 'config/elo.json')
-rw-r--r-- | config/elo.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/elo.json b/config/elo.json index fc82b0c..45d263a 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,11 +1,11 @@ { - "initial_ranking": 2000.0, - "disparity": 400, - "importance": { - "NC_Q": 1.6, - "NC_R": 16, - "C_Q": 3.2, - "C_R": 32 - }, - "importance_threshold": [ 2000, 1800 ] + "initial_ranking": 1450.0, + "disparity": 800, + "importance": { + "NC_Q": 1.6, + "NC_R": 16, + "C_Q": 3.2, + "C_R": 32 + }, + "importance_threshold": [ 2000, 1700 ] } |