Finding the global optimal solution in Dynamic multiple TSPTW with data-driven ACO
蚁群优化算法
旅行商问题
计算机科学
图形
数学优化
人工智能
理论计算机科学
算法
数学
作者
Zimu Xu,Jiahui Yu,Weifeng Su
标识
DOI:10.1109/swc50871.2021.00016
摘要
Dynamic Travelling Salesman Problem (D-TSP) is a classic dynamic optimization problem (DOP), which aims to maintain the optimal route with every change of the graph. D-TSP often greedily pursues the current optimum after each change efficiently and does not lead to the global optimum. This paper proposes a new model, Data-driven Ant Colony Optimization (D-ACO), to solve the problem by considering the historical data. We assume that some patterns can be observed from the historical data and apply these patterns to route planning. In D-ACO, artificial ants independently make up virtual vertices by sampling the data while exploring the graph. Furthermore, they remove virtual vertices after their exploration. Accumulated pheromone on the original graph carries the latent features of the actual data, which indicates the best route after the change. The experimental results on real datasets show that D-ACO can effectively identify the patterns in the historical data and outperform state-of-art models.