summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2014-11-07 23:23:40 +0100
committeremkael <emkael@tlen.pl>2014-11-07 23:23:40 +0100
commit5e8b376770277e6b4db3095bc1d1c6fb3f5b36a7 (patch)
tree671b68c9a229d932b844930872e0fa58c915826d /config
parentefcf12f3e6bb437f5089215fd81b2c924961e4d2 (diff)
* non-linear disparity adjustements
Diffstat (limited to 'config')
-rw-r--r--config/elo.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/config/elo.json b/config/elo.json
index 6b08ee8..9940909 100644
--- a/config/elo.json
+++ b/config/elo.json
@@ -1,11 +1,15 @@
{
"initial_ranking": 2000.0,
- "disparity": 600,
+ "disparity": {
+ "base_disparity": 400,
+ "adjust": 1,
+ "base_rating_change": 150
+ },
"importance": {
- "NC_Q": 1.6,
- "NC_R": 16,
- "C_Q": 3.2,
- "C_R": 32
+ "NC_Q": 1.6,
+ "NC_R": 16,
+ "C_Q": 3.2,
+ "C_R": 32
},
"importance_threshold": [ 2000, 1800 ]
}