瀏覽代碼

update ad abtest config 173-ab2 threshold_update: 1/48 -> 1/144, target_uv_param/special_max_update_step : 23 -> 44

liqian 1 年之前
父節點
當前提交
760cd774b0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -1405,7 +1405,7 @@ class BaseConfig(object):
             'threshold_update': {
                 'ab0': 1 / 144,
                 'ab1': 1 / 48,
-                'ab2': 1 / 48,
+                'ab2': 1 / 144,
                 'ab3': 1 / 48,
                 'ab4': 1 / 48,
                 'ab5': 1 / 48,
@@ -1429,7 +1429,7 @@ class BaseConfig(object):
                 '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': 23}
+                                              'special_max_update_step': 44}
                 },  # 0-7点,uv控制在0%
                 'ab3': {
                     'update_hours': list(range(7)), 'update_param': 0,