|
@@ -833,8 +833,18 @@ class BaseConfig(object):
|
|
APP_TYPE['LOVE_LIVE']: {
|
|
APP_TYPE['LOVE_LIVE']: {
|
|
'ab_test_id': 194,
|
|
'ab_test_id': 194,
|
|
'ab_test_config': {"a": ["ab6", "ab7", "ab8"], "b": ["ab3", "ab4"], "c": ["ab2"], "d": ["ab1"]},
|
|
'ab_test_config': {"a": ["ab6", "ab7", "ab8"], "b": ["ab3", "ab4"], "c": ["ab2"], "d": ["ab1"]},
|
|
- 'up_threshold_update': {'gradient': 0.05, 'update_range': 1 / 24},
|
|
|
|
- 'down_threshold_update': {'gradient': 0.1, 'update_range': 1 / 12},
|
|
|
|
|
|
+ 'up_threshold_update': {
|
|
|
|
+ 'a': {'gradient': 0.05, 'update_range': 1 / 24},
|
|
|
|
+ 'b': {'gradient': 0.05, 'update_range': 1 / 24},
|
|
|
|
+ 'c': {'gradient': 0.05, 'update_range': 1 / 192},
|
|
|
|
+ 'd': {'gradient': 0.05, 'update_range': 1 / 192},
|
|
|
|
+ },
|
|
|
|
+ 'down_threshold_update': {
|
|
|
|
+ 'a': {'gradient': 0.1, 'update_range': 1 / 12},
|
|
|
|
+ 'b': {'gradient': 0.1, 'update_range': 1 / 12},
|
|
|
|
+ 'c': {'gradient': 0.1, 'update_range': 1 / 12},
|
|
|
|
+ 'd': {'gradient': 0.1, 'update_range': 1 / 12},
|
|
|
|
+ },
|
|
},
|
|
},
|
|
# 内容精选
|
|
# 内容精选
|
|
# APP_TYPE['LONG_VIDEO']: {
|
|
# APP_TYPE['LONG_VIDEO']: {
|