Parcourir la source

update ad abtest config 195-ab1/ab4/ab5/ab6/ab7/ab8/ab9 threshold_update: 1/48 -> 1/96, target_uv_param/special_max_update_step : 23 -> 29

liqian il y a 1 an
Parent
commit
4536a6db92
1 fichiers modifiés avec 16 ajouts et 16 suppressions
  1. 16 16
      config.py

+ 16 - 16
config.py

@@ -1657,28 +1657,28 @@ class BaseConfig(object):
             'gradient': 0.05,
             'max_update_step': 5,
             'threshold_update': {
-                'ab0': 1 / 48,
-                'ab1': 1 / 48,
+                'ab0': 1 / 96,
+                'ab1': 1 / 96,
                 'ab2': 1 / 96,
                 'ab3': 1 / 96,
-                'ab4': 1 / 48,
-                'ab5': 1 / 48,
-                'ab6': 1 / 48,
-                'ab7': 1 / 48,
-                'ab8': 1 / 48,
-                'ab9': 1 / 48,
+                'ab4': 1 / 96,
+                'ab5': 1 / 96,
+                'ab6': 1 / 96,
+                'ab7': 1 / 96,
+                'ab8': 1 / 96,
+                'ab9': 1 / 96,
             },
             # 分时段控制目标uv参数
             'target_uv_param': {
                 'ab0': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab1': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab2': {
                     'update_hours': list(range(7)), 'update_param': 0,
@@ -1693,32 +1693,32 @@ class BaseConfig(object):
                 'ab4': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab5': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab6': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab7': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab8': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
                 'ab9': {
                     'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 23}
+                                              'special_max_update_step': 29}
                 },  # 0-7点,uv控制在0%
             },
         },