Abstract
The split delivery vehicle routing problem with three-dimensional loading constraints (3L-SDVRP) intertwines complex routing and packing challenges. The current study addresses 3L-SDVRP using intelligent optimization algorithms, which iteratively evolve towards optimal solutions. A pivotal aspect of these algorithms is search operators that determine the search direction and the search step size. Effective operators significantly improve algorithmic performance. Traditional operators like swap, shift, and 2-opt fall short in complex scenarios like 3L-SDVRP, mainly due to their limited capacity to leverage domain knowledge. Additionally, the search step size is crucial: smaller steps enhance fine-grained search (exploitation), while larger steps facilitate exploring new areas (exploration). However, optimally balancing these step sizes remains an unresolved issue in 3L-SDVRP. To address this, we introduce an adaptive knowledge-guided insertion (AKI) operator. This innovative operator uses node distribution characteristics for adaptive node insertion, enhancing search abilities through domain knowledge integration and larger step sizes. Integrating AKI with the local search framework, we develop an adaptive knowledge-guided search (AKS) algorithm, which effectively balances exploitation and exploration by combining traditional neighbourhood operators for detailed searches with the AKI operator for broader exploration. Our experiments demonstrate that the AKS algorithm significantly outperforms the state-of-the-art method in solving various 3L-SDVRP instances.
Original language | English |
---|---|
Title of host publication | Parallel Problem Solving from Nature – PPSN XVIII - 18th International Conference, PPSN 2024, Proceedings |
Editors | Michael Affenzeller, Stephan M. Winkler, Anna V. Kononova, Thomas Bäck, Heike Trautmann, Tea Tušar, Penousal Machado |
Publisher | Springer Science and Business Media Deutschland GmbH |
Chapter | 9 |
Pages | 133-148 |
Number of pages | 16 |
ISBN (Electronic) | 9783031700552 |
ISBN (Print) | 9783031700545 |
DOIs | |
Publication status | Published - 7 Sept 2024 |
Event | 18th International Conference on Parallel Problem Solving from Nature, PPSN 2024 - Hagenberg, Austria Duration: 14 Sept 2024 → 18 Sept 2024 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 15148 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 18th International Conference on Parallel Problem Solving from Nature, PPSN 2024 |
---|---|
Country/Territory | Austria |
City | Hagenberg |
Period | 14/09/24 → 18/09/24 |
Bibliographical note
This work was supported by the National Key R&D Program of China (Grant No. 2023YFE0106300), the Guangdong Major Project of Basic and Applied Basic Research (Grant No. 2023B0303000010), the Guangdong Provincial Key Laboratory (Grant No. 2020B121201001), the NSFC (Grant No. 62250710682), and the Program for Guangdong Introducing Innovative and Enterpreneurial Teams (Grant No. 2017ZT07X386).Publisher Copyright: © The Author(s) 2024.
Publisher Copyright:
© The Author(s) 2024.
Keywords
- Vehicle routing
- Packing
- Knowledge-guided optimization