Forráskód Böngészése

update ad abtest config: target_uv_param

liqian 2 éve
szülő
commit
ee7965500f
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      config.py

+ 3 - 3
config.py

@@ -1077,17 +1077,17 @@ class BaseConfig(object):
             'target_uv_param': {
                 'ab5': {
                     'update_hours': list(range(9)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 2, 9, 10], 'special_gradient': 0.01,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-9点,uv控制在0%
                 'ab6': {
                     'update_hours': list(range(9)), 'update_param': 1/2,
-                    'special_update_config': {'special_hours': [0, 1, 2, 9, 10], 'special_gradient': 0.02,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.02,
                                               'special_max_update_step': 15}
                 },  # 0-9点,uv控制在设定目标uv的1/2
                 'ab9': {
                     'update_hours': list(range(9)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 1, 2, 9, 10], 'special_gradient': 0.01,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-9点,uv控制在0%
             }