Explorar el Código

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

liqian hace 1 año
padre
commit
7e27710aba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config.py

+ 1 - 1
config.py

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