From d9c73484f013ed61b41eb24330b2f6190ad13cdb Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 29 Oct 2014 15:15:57 +0100 Subject: * Elo parameters tweaking --- config/elo.json | 4 ++-- 1 file 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, -- cgit v1.2.3