modify method cal_spawn_numbers
spawn_number = previous_size + (target_spawn_number - previous_size) * jit_config['spawn_number_move_rate']
This commit is contained in:
@@ -100,4 +100,4 @@ def create_forward_function(config):
|
||||
elif config['forward_way'] == 'common':
|
||||
return jit(common_forward)
|
||||
|
||||
return forward
|
||||
return jit(forward)
|
||||
|
||||
Reference in New Issue
Block a user