diff options
author | emkael <emkael@tlen.pl> | 2014-11-06 13:37:39 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-11-06 13:37:39 +0100 |
commit | c1d6b1b5fcbe64f23bf77d05efc17547a8b980ef (patch) | |
tree | 26061158fd104530e5d69cde657d12b858484e94 /config | |
parent | a5ac24b43e60bfc2ab4ad60be6cd5e5cdd77a0f4 (diff) |
* revert to tweaked elo config from before merge
Diffstat (limited to 'config')
-rw-r--r-- | config/elo.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/elo.json b/config/elo.json index 45d263a..a706656 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,11 +1,11 @@ { - "initial_ranking": 1450.0, - "disparity": 800, + "initial_ranking": 2000.0, + "disparity": 400, "importance": { "NC_Q": 1.6, "NC_R": 16, "C_Q": 3.2, "C_R": 32 }, - "importance_threshold": [ 2000, 1700 ] + "importance_threshold": [ 2000, 1800 ] } |