Greedy Non-Dominated Sorting in Genetic Algorithm-Ii for Vehicle Routing Problem in Distribution

Wei Tian,Fan Wenhui,Xu Huayu
DOI: https://doi.org/10.3901/cjme.2008.06.018
2008-01-01
Abstract:Vehicle routing problem in distribution (VRPD) is a widely used type of vehicle routing problem (VRP), which has been proved as NP-Hard, and it is usually modeled as single objective optimization problem when modeling. For multi-objective optimization model, most researches consider two objectives. A multi-objective mathematical model for VRP is proposed, which considers the number of vehicles used, the length of route and the time arrived at each client. Genetic algorithm is one of the most widely used algorithms to solve VRP. As a type of genetic algorithm (GA), non-dominated sorting in genetic algorithm-II (NSGA-II) also suffers from premature convergence and enclosure competition. In order to avoid these kinds of shortage, a greedy NSGA-II (GNSGA-II) is proposed for VRP problem. Greedy algorithm is implemented in generating the initial population, cross-over and mutation. All these procedures ensure that NSGA-II is prevented from premature convergence and refine the performance of NSGA-II at each step. In the distribution problem of a distribution center in Michigan, US, the GNSGA-II is compared with NSGA-II. As a result, the GNSGA-II is the most efficient one and can get the most optimized solution to VRP problem. Also, in GNSGA-II, premature convergence is better avoided and search efficiency has been improved sharply.
What problem does this paper attempt to address?