diff options
author | emkael <emkael@tlen.pl> | 2014-10-29 15:15:57 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-29 15:15:57 +0100 |
commit | d9c73484f013ed61b41eb24330b2f6190ad13cdb (patch) | |
tree | 68bc5d76b60698e48e807f651a8dcb1065c37a35 | |
parent | b06c5a9f139e55e0f725d80b1cfdd7a76aa873f3 (diff) |
* Elo parameters tweaking
-rw-r--r-- | config/elo.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/elo.json b/config/elo.json index f47aefd..fc82b0c 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,6 +1,6 @@ { - "initial_ranking": 1600.0, - "disparity": 300, + "initial_ranking": 2000.0, + "disparity": 400, "importance": { "NC_Q": 1.6, "NC_R": 16, |