Parcourir la source

update ad abtest config: target_uv_param

liqian il y a 2 ans
Parent
commit
0cd696de37
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      config.py

+ 4 - 4
config.py

@@ -1168,13 +1168,13 @@ class BaseConfig(object):
             'target_uv_param': {
             'target_uv_param': {
                 'ab1': {
                 'ab1': {
                     'update_hours': list(range(9)), 'update_param': 0,
                     'update_hours': list(range(9)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
-                                              'special_max_update_step': 30}
+                    'special_update_config': {'special_hours': [0, 9], 'special_gradient': 0.01,
+                                              'special_max_update_step': 50}
                 },  # 0-9点,uv控制在0%
                 },  # 0-9点,uv控制在0%
                 'ab2': {
                 'ab2': {
                     'update_hours': list(range(9)), 'update_param': 0,
                     'update_hours': list(range(9)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
-                                              'special_max_update_step': 30}
+                    'special_update_config': {'special_hours': [0, 9], 'special_gradient': 0.01,
+                                              'special_max_update_step': 50}
                 },  # 0-9点,uv控制在0%
                 },  # 0-9点,uv控制在0%
             },
             },
         },
         },