Procházet zdrojové kódy

update ad abtest config 173-ab3 threshold_update: 1/144 -> 1/48, target_uv_param/update_hours: list(range(8)) -> list(range(7)), target_uv_param/special_hours: [0, 8] -> [0, 1, 7, 8], target_uv_param/special_max_update_step : 59 -> 53

liqian před 1 rokem
rodič
revize
8de81438d0
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      config.py

+ 4 - 4
config.py

@@ -1406,7 +1406,7 @@ class BaseConfig(object):
                 'ab0': 1 / 144,
                 'ab1': 1 / 144,
                 'ab2': 1 / 144,
-                'ab3': 1 / 144,
+                'ab3': 1 / 48,
                 'ab4': 1 / 48,
                 'ab5': 1 / 48,
                 'ab6': 1 / 48,
@@ -1432,9 +1432,9 @@ class BaseConfig(object):
                                               'special_max_update_step': 59}
                 },  # 0-7点,uv控制在0%
                 'ab3': {
-                    'update_hours': list(range(8)), 'update_param': 0,
-                    'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
-                                              'special_max_update_step': 59}
+                    '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}
                 },  # 0-7点,uv控制在0%
                 'ab4': {
                     'update_hours': list(range(7)), 'update_param': 0,