Application of Discrete Ant Colony Optimization in VRPTW.

Qinhong Fu,Kang Zhou,Huaqing Qi,Tingfang Wu
DOI: https://doi.org/10.1007/978-981-10-3614-9_26
2016-01-01
Abstract:The classical ant colony algorithm for vehicle routing problem with time windows (VRPTW) has problems of low efficiency, slow convergence and prematurity. And the discrete ant colony optimization (DACO) is proposed for these problem. It adopts the one-dimensional discrete coding that can make the data structure simpler and bring in faster convergence speed. In addition, self-convergence mode is used to calculate the optimal vehicle number rather than setting the optimal vehicle number at the beginning, which makes the algorithm more flexible and accelerates the convergence speed effectively. The time window and vehicle load are not considered in the optimization process, when ants complete the whole process and then the path is explained, this move not only expands the ant search scope but also improves the efficiency of the algorithm. The above highlights make the most of the self-adaptation and self-regulating mechanism, which effectively reduces the probability of the local optimal solution at the same time. Experimental results for Solomon benchmark test problems indicate that DACO outperforms both in reducing time and space complexity in the premise of not affecting the accuracy. Thus proves DACO is effective and feasible in solving the VRPTW.
What problem does this paper attempt to address?