From fec426e095d9ed8e7e0264fcc915cc187c26b9cf Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 28 Oct 2014 23:07:43 +0100 Subject: * more config tweaking --- config/elo.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config/elo.json') diff --git a/config/elo.json b/config/elo.json index f47aefd..45d263a 100644 --- a/config/elo.json +++ b/config/elo.json @@ -1,11 +1,11 @@ { - "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 ] + "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 ] } -- cgit v1.2.3