diff options
Diffstat (limited to 'config/elo.json')
-rw-r--r-- | config/elo.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/elo.json b/config/elo.json new file mode 100644 index 0000000..e50822b --- /dev/null +++ b/config/elo.json @@ -0,0 +1,10 @@ +{ + "initial_ranking": 1450.0, + "disparity": 400, + "importance": { + "NC_Q": 1.6, + "NC_R": 16, + "C_Q": 3.2, + "C_R": 32 + } +} |