Просмотр исходного кода

update ad threshold auto update param, apptype-4 gradient: 0.05 -> 0.07

liqian 2 лет назад
Родитель
Сommit
fcbd17aca0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -1060,7 +1060,7 @@ class BaseConfig(object):
         APP_TYPE['LOVE_LIVE']: {
             'ab_test_id': '194',
             'not_update': 0.01,
-            'gradient': 0.05,
+            'gradient': 0.07,
             'max_update_step': 5,
             'threshold_update': {
                 'ab0': 1 / 48,