Finding Minimum Spanning/Distances Trees by Using River Formation Dynamics

  • Authors:
  • Pablo Rabanal;Ismael Rodríguez;Fernando Rubio

  • Affiliations:
  • Dept. Sistemas Informáticos y Computación, Facultad de Informática Universidad Complutense de Madrid, Madrid, Spain;Dept. Sistemas Informáticos y Computación, Facultad de Informática Universidad Complutense de Madrid, Madrid, Spain;Dept. Sistemas Informáticos y Computación, Facultad de Informática Universidad Complutense de Madrid, Madrid, Spain

  • Venue:
  • ANTS '08 Proceedings of the 6th international conference on Ant Colony Optimization and Swarm Intelligence
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

River Formation Dynamics(RFD) is an heuristic method similar to Ant Colony Optimization(ACO). In fact, RFD can be seen as a gradient version of ACO, based on copying how water forms rivers by eroding the ground and depositing sediments. As water transforms the environment, altitudes of places are dynamically modified, and decreasing gradients are constructed. The gradients are followed by subsequent drops to create new gradients, reinforcing the best ones. By doing so, good solutionsare given in the form of decreasingaltitudes. We apply this method to solve two NP-complete problems, namely the problems of finding a minimum distances treeand finding a minimum spanning treein a variable-cost graph. We show that the gradient orientation of RFD makes it specially suitable for solving these problems, and we compare our results with those given by ACO.