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