浏览代码

update ad abtest config threshold_update 173-ab0: 1/48 -> 1/96

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

+ 1 - 1
config.py

@@ -1340,7 +1340,7 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             'threshold_update': {
-                'ab0': 1 / 48,
+                'ab0': 1 / 96,
                 'ab1': 1 / 96,
                 'ab2': 1 / 96,
                 'ab3': 1 / 48,