summaryrefslogtreecommitdiff
path: root/config/elo.json
blob: 38a7796338c2a0ac423afc4c85c9bff052465d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "initial_ranking": 2000.0,
    "disparity": 400,
    "importance": {
	     "NC_Q": 1.6,
	     "NC_R": 16,
	     "C_Q": 3.2,
	     "C_R": 32
    },
    "importance_threshold": [ 2000, 1800 ]
}