Browse Source

update ad abtest config 173-ab0/ab1/ab2/ab3 threshold_update: 1/120 -> 1/144, target_uv_param/update_hours: list(range(7)) -> list(range(8)), target_uv_param/special_hours: [0, 1, 7, 8] -> [0, 8], target_uv_param/special_max_update_step : 27 -> 59

liqian 1 năm trước cách đây
mục cha
commit
3729abb70c
1 tập tin đã thay đổi với 16 bổ sung16 xóa
  1. 16 16
      config.py

+ 16 - 16
config.py

@@ -1403,10 +1403,10 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             'threshold_update': {
-                'ab0': 1 / 120,
-                'ab1': 1 / 120,
-                'ab2': 1 / 120,
-                'ab3': 1 / 120,
+                'ab0': 1 / 144,
+                'ab1': 1 / 144,
+                'ab2': 1 / 144,
+                'ab3': 1 / 144,
                 'ab4': 1 / 48,
                 'ab5': 1 / 48,
                 'ab6': 1 / 48,
@@ -1417,24 +1417,24 @@ class BaseConfig(object):
             # 分时段控制目标uv参数
             'target_uv_param': {
                 'ab0': {
-                    'update_hours': list(range(7)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 27}
+                    'update_hours': list(range(8)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
+                                              'special_max_update_step': 59}
                 },  # 0-7点,uv控制在0%
                 'ab1': {
-                    'update_hours': list(range(7)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 27}
+                    'update_hours': list(range(8)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
+                                              'special_max_update_step': 59}
                 },  # 0-7点,uv控制在0%
                 'ab2': {
-                    'update_hours': list(range(7)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 27}
+                    'update_hours': list(range(8)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
+                                              'special_max_update_step': 59}
                 },  # 0-7点,uv控制在0%
                 'ab3': {
-                    'update_hours': list(range(7)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 27}
+                    'update_hours': list(range(8)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
+                                              'special_max_update_step': 59}
                 },  # 0-7点,uv控制在0%
                 'ab4': {
                     'update_hours': list(range(7)), 'update_param': 0,