diff options
author | emkael <emkael@tlen.pl> | 2017-01-10 12:30:40 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-01-10 12:30:40 +0100 |
commit | d0ba0cbae2726abc32b638a12d3b176c939c6857 (patch) | |
tree | 8a34571af9c22943b8b76742ff30959199cae417 /config | |
parent | abd09ddce26dfc8dee8b352e86c50185d548e61a (diff) |
Option to calculate opponents' scores with all results, not only current
Diffstat (limited to 'config')
-rw-r--r-- | config/butler.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/butler.json b/config/butler.json index e238779..89d97a3 100644 --- a/config/butler.json +++ b/config/butler.json @@ -2,5 +2,6 @@ "cutoff_point": 32, "cutoff_rate": 0.1, "opponent_factor": 0.5, + "only_current": 0, "segments_in_table_limit": 10 } |