浏览代码

update ad abtest config 173-ab0/ab1 threshold_update: 1/144 -> 1/216

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

+ 2 - 2
config.py

@@ -1567,8 +1567,8 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             # 调整步长
             'threshold_update': {
             'threshold_update': {
-                'ab0': 1 / 144,
-                'ab1': 1 / 144,
+                'ab0': 1 / 216,
+                'ab1': 1 / 216,
                 'ab2': 1 / 144,
                 'ab2': 1 / 144,
                 'ab3': 1 / 144,
                 'ab3': 1 / 144,
                 'ab4': 1 / 144,
                 'ab4': 1 / 144,