|
@@ -1403,10 +1403,10 @@ class BaseConfig(object):
|
|
'max_update_step': 5, # 最大调整步数
|
|
'max_update_step': 5, # 最大调整步数
|
|
# 调整步长
|
|
# 调整步长
|
|
'threshold_update': {
|
|
'threshold_update': {
|
|
- 'ab0': 1 / 120,
|
|
|
|
- 'ab1': 1 / 120,
|
|
|
|
- 'ab2': 1 / 120,
|
|
|
|
- 'ab3': 1 / 120,
|
|
|
|
|
|
+ 'ab0': 1 / 144,
|
|
|
|
+ 'ab1': 1 / 144,
|
|
|
|
+ 'ab2': 1 / 144,
|
|
|
|
+ 'ab3': 1 / 144,
|
|
'ab4': 1 / 48,
|
|
'ab4': 1 / 48,
|
|
'ab5': 1 / 48,
|
|
'ab5': 1 / 48,
|
|
'ab6': 1 / 48,
|
|
'ab6': 1 / 48,
|
|
@@ -1417,24 +1417,24 @@ class BaseConfig(object):
|
|
# 分时段控制目标uv参数
|
|
# 分时段控制目标uv参数
|
|
'target_uv_param': {
|
|
'target_uv_param': {
|
|
'ab0': {
|
|
'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': 27}
|
|
|
|
|
|
+ 'update_hours': list(range(8)), 'update_param': 0,
|
|
|
|
+ 'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
|
|
|
|
+ 'special_max_update_step': 59}
|
|
}, # 0-7点,uv控制在0%
|
|
}, # 0-7点,uv控制在0%
|
|
'ab1': {
|
|
'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': 27}
|
|
|
|
|
|
+ 'update_hours': list(range(8)), 'update_param': 0,
|
|
|
|
+ 'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
|
|
|
|
+ 'special_max_update_step': 59}
|
|
}, # 0-7点,uv控制在0%
|
|
}, # 0-7点,uv控制在0%
|
|
'ab2': {
|
|
'ab2': {
|
|
- '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': 27}
|
|
|
|
|
|
+ 'update_hours': list(range(8)), 'update_param': 0,
|
|
|
|
+ 'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
|
|
|
|
+ 'special_max_update_step': 59}
|
|
}, # 0-7点,uv控制在0%
|
|
}, # 0-7点,uv控制在0%
|
|
'ab3': {
|
|
'ab3': {
|
|
- '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': 27}
|
|
|
|
|
|
+ 'update_hours': list(range(8)), 'update_param': 0,
|
|
|
|
+ 'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
|
|
|
|
+ 'special_max_update_step': 59}
|
|
}, # 0-7点,uv控制在0%
|
|
}, # 0-7点,uv控制在0%
|
|
'ab4': {
|
|
'ab4': {
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
'update_hours': list(range(7)), 'update_param': 0,
|