diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-10-13 22:17:22 +0200 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-10-13 22:17:22 +0200 |
commit | e72911256adfbe4d2ceb06f78d3f34010b915a13 (patch) | |
tree | 84da4e513cca65350ec98dd3db3f2e3c0253951b | |
parent | 7498de04f53b21a9452de026eb78f4f8f8c73d6b (diff) |
change butler configuration
-rw-r--r-- | configs/config.1n/butler.json | 4 | ||||
-rw-r--r-- | configs/config.1s/butler.json | 4 | ||||
-rw-r--r-- | configs/config.2ne/butler.json | 4 | ||||
-rw-r--r-- | configs/config.2nw/butler.json | 4 | ||||
-rw-r--r-- | configs/config.2se/butler.json | 4 | ||||
-rw-r--r-- | configs/config.2sw/butler.json | 4 | ||||
-rw-r--r-- | configs/config.eklasa/butler.json | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/configs/config.1n/butler.json b/configs/config.1n/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.1n/butler.json +++ b/configs/config.1n/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.1s/butler.json b/configs/config.1s/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.1s/butler.json +++ b/configs/config.1s/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.2ne/butler.json b/configs/config.2ne/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.2ne/butler.json +++ b/configs/config.2ne/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.2nw/butler.json b/configs/config.2nw/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.2nw/butler.json +++ b/configs/config.2nw/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.2se/butler.json b/configs/config.2se/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.2se/butler.json +++ b/configs/config.2se/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.2sw/butler.json b/configs/config.2sw/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.2sw/butler.json +++ b/configs/config.2sw/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, diff --git a/configs/config.eklasa/butler.json b/configs/config.eklasa/butler.json index 74eb2d3..0f62f7a 100644 --- a/configs/config.eklasa/butler.json +++ b/configs/config.eklasa/butler.json @@ -1,6 +1,6 @@ { - "cutoff_point": 32, - "cutoff_rate": 0.1, + "cutoff_point": 24, + "cutoff_rate": 0.25, "opponent_factor": 0.5, "only_current": 0, "segments_in_table_limit": 10, |