소스 검색

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

liqian 1 년 전
부모
커밋
f67d3df03f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.py

+ 1 - 1
config.py

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