浏览代码

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

liqian 1 年之前
父节点
当前提交
bd95d9bf2f
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      config.py

+ 9 - 9
config.py

@@ -1417,19 +1417,19 @@ class BaseConfig(object):
             # 分时段控制目标uv参数
             'target_uv_param': {
                 'ab0': {
-                    'update_hours': list(range(8)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 59}
+                    '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': 50}
                 },  # 0-7点,uv控制在0%
                 'ab1': {
-                    'update_hours': list(range(8)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 59}
+                    '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': 50}
                 },  # 0-7点,uv控制在0%
                 'ab2': {
-                    'update_hours': list(range(8)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 59}
+                    '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': 50}
                 },  # 0-7点,uv控制在0%
                 'ab3': {
                     'update_hours': list(range(7)), 'update_param': 0,