summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2014-10-28 23:07:43 +0100
committeremkael <emkael@tlen.pl>2014-10-28 23:07:43 +0100
commitfec426e095d9ed8e7e0264fcc915cc187c26b9cf (patch)
treee54c5191d8bef96b684f27ffa4a5db2696959519
parent2e9bed20fa5d19322d9a8cfd1b09e04dd24f05b6 (diff)
* more config tweaking
-rw-r--r--config/elo.json18
1 files changed, 9 insertions, 9 deletions
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 ]
}