Research Article Open Access

Meta Heuristic Algorithms for Vehicle Routing Problem with Stochastic Demands

Geetha Shanmugam, Poonthalir Ganesan and Dr. P.T. Vanathi

Abstract

Problem statement: The shipment of goods from manufacturer to the consumer is a focal point of distribution logistics. In reality, the demand of consumers is not known a priori. This kind of distribution is dealt by Stochastic Vehicle Routing Problem (SVRP) which is a NP-hard problem. In this proposed work, VRP with stochastic demand is considered. A probability distribution is considered as a random variable for stochastic demand of a customer. Approach: In this study, VRPSD is resolved using Meta heuristic algorithms such as Genetic Algorithm (GA), Particle Swarm Optimization (PSO) and Hybrid PSO (HPSO). Dynamic Programming (DP) is used to find the expected cost of each route generated by GA, PSO and HPSO. Results: The objective is to minimize the total expected cost of a priori route. The fitness value of a priori route is calculated using DP. In proposed HPSO, the initial particles are generated based Nearest Neighbor Heuristic (NNH). Elitism is used in HPSO for updating the particles. The algorithm is implemented using MATLAB7.0 and tested with problems having different number of customers. The results obtained are competitive in terms of execution time and memory usage. Conclusion: The computational time is reduced as polynomial time as O(nKQ) time and the memory required is O(nQ). The ANOVA test is performed to compare the proposed HPSO with other heuristic algorithms.

Journal of Computer Science
Volume 7 No. 4, 2011, 533-542

DOI: https://doi.org/10.3844/jcssp.2011.533.542

Submitted On: 8 December 2010 Published On: 4 April 2011

How to Cite: Shanmugam, G., Ganesan, P. & Vanathi, D. P. (2011). Meta Heuristic Algorithms for Vehicle Routing Problem with Stochastic Demands. Journal of Computer Science, 7(4), 533-542. https://doi.org/10.3844/jcssp.2011.533.542

  • 3,328 Views
  • 4,297 Downloads
  • 19 Citations

Download

Keywords

  • Genetic algorithm
  • Particle Swarm Optimization (PSO)
  • Dynamic Programming (DP)
  • Vehicle Routing Problem (VRP)
  • stochastic demands
  • hybrid PSO
  • distribution logistics
  • random variables
  • priori route
  • exact algorithm