Title :
An efficient dynamic algorithm for maintaining all-pairs shortest paths in stochastic networks
Author :
Misra, Sudip ; Oommen, B. John
Author_Institution :
Sch. of Comput. Sci., Carleton Univ., Ottawa, Ont.
fDate :
6/1/2006 12:00:00 AM
Abstract :
This paper presents a new solution to the dynamic all-pairs shortest path routing problem, using a linear reinforcement learning scheme. The particular instance of the problem that we have investigated concerns finding the all-pairs shortest paths in a stochastic graph, where there are continuous probabilistically-based updates in edge-weights. We present the details of the algorithm with an illustrative example. The algorithm can be used to find the all-pairs shortest paths for the "statistical" average graph, and the solution converges irrespective of whether there are new changes in edge-weights or not. On the other hand, the existing algorithms will fail to exhibit such a behavior and would recalculate the affected shortest paths after each edge-weight update. There are two important contributions of the proposed algorithm. The first contribution is that not all the edges in a stochastic graph are probed and, even if they are, they are not all probed equally often. Indeed, the algorithm attempts to almost always probe only those edges that will be included in the final list involving all pairs of nodes in the graph, while probing the other edges minimally. This increases the performance of the proposed algorithm. The second contribution is designing a data-structure, the elements of which represent the probability that a particular edge in the graph lies in the shortest path between a pair of nodes in the graph. All the algorithms were tested in environments where edge-weights change stochastically and where the graph topologies undergo multiple simultaneous edge-weight updates. Its superiority in terms of the average number of processed nodes, scanned edges, and the time per update operation, when compared with the existing algorithms, was experimentally established
Keywords :
computer networks; data structures; graph theory; learning (artificial intelligence); probability; stochastic processes; telecommunication network routing; data-structure; dynamic all-pairs shortest path routing problem; edge-weight update; linear reinforcement learning scheme; probability; statistical average graph; stochastic graph; stochastic networks; Heuristic algorithms; IP networks; Intelligent networks; Learning automata; Network topology; Probes; Routing protocols; Shortest path problem; Stochastic processes; Testing; Routing; all pairs shortest path; dynamic; learning automata; stochastic graphs.;
Journal_Title :
Computers, IEEE Transactions on