Spaces:
Running
Running
File size: 1,079 Bytes
7b2a37a c4f2025 7b2a37a f093ab7 7b2a37a c4f2025 f093ab7 7b2a37a c4f2025 7b2a37a c4f2025 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | [[phases]]
type = "construction_heuristic"
construction_heuristic_type = "list_round_robin"
[[phases]]
type = "local_search"
[phases.acceptor]
type = "hill_climbing"
[phases.forager]
type = "first_best_score_improving"
[phases.move_selector]
type = "union_move_selector"
selection_order = "round_robin"
[[phases.move_selector.selectors]]
type = "list_change_move_selector"
entity_class = "TechnicianRoute"
variable_name = "visits"
[[phases.move_selector.selectors]]
type = "list_swap_move_selector"
entity_class = "TechnicianRoute"
variable_name = "visits"
[[phases.move_selector.selectors]]
type = "sublist_change_move_selector"
min_sublist_size = 1
max_sublist_size = 3
entity_class = "TechnicianRoute"
variable_name = "visits"
[[phases.move_selector.selectors]]
type = "sublist_swap_move_selector"
min_sublist_size = 1
max_sublist_size = 3
entity_class = "TechnicianRoute"
variable_name = "visits"
[[phases.move_selector.selectors]]
type = "list_reverse_move_selector"
entity_class = "TechnicianRoute"
variable_name = "visits"
[termination]
seconds_spent_limit = 60
|