基于小生境技术的遗传规划用于不确定容量弧路径问题

Genetic Programming With Niching for Uncertain Capacitated Arc Routing Problem

IEEE Transactions on Evolutionary Computation · 2021
被引 47
ABS 4

中文导读

针对不确定容量弧路径问题,提出一种结合小生境技术的遗传规划方法,在进化过程中简化路由策略,使其更小、更易理解,同时提升测试性能。

Abstract

The uncertain capacitated arc routing problem is an important optimization problem with many real-world applications. Genetic programming is considered a promising hyper-heuristic technique to automatically evolve routing policies that can make effective real-time decisions in an uncertain environment. Most existing research on genetic programming hyper-heuristic for the uncertain capacitated arc routing problem only focused on the test performance aspect. As a result, the routing policies evolved by genetic programming are usually too large and complex, and hard to comprehend. To evolve effective, smaller, and simpler routing policies, this article proposes a novel genetic programming approach, which simplifies the routing policies during the evolutionary process using a niching technique. The simplified routing policies are stored in an external archive. We also developed new elitism, parent selection, and breeding schemes for generating offspring from the original population and the archive. The experimental results show that the newly proposed approach can achieve significantly better test performance than the current state-of-the-art genetic programming algorithms for the uncertain capacitated arc routing problem. The evolved routing policies are smaller, and thus potentially more interpretable.

运筹优化遗传规划路径规划超启发式算法