Extracting Knowledge to Predict TSP Asymptotic Time Complexity

  • Authors:
  • Paula Cecilia Fritzsche;Dolores Rexachs;Emilio Luque

  • Affiliations:
  • -;-;-

  • Venue:
  • ICDMW '07 Proceedings of the Seventh IEEE International Conference on Data Mining Workshops
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Computational science (CS) is often referred to as the third science, complementing both theoretical and labora- tory science. In this field, new challenges are continuously arising. It allows doing things that were previously too dif- ficult to do due to the complexity of the mathematics, the large number of calculations involved, or a combination of both. The asymptotic time complexity definition of both deter- ministic and non-deterministic algorithms to solve all kind of problems is one of the key points in computer science. Knowing the limit of the execution time of an algorithm when the size of the problem goes to infinity is essential. In particular, data-dependent applications is an ex- tremely challenging problem because for a specific issue the input data sets may cause variability in execution times. The development of an entire approach to define the asymptotic time complexity of a hard data-dependent par- allel application that solves the traveling salesman problem (TSP) is the focus of this study. This is a process designed to explore data in search of patterns and/or relationships, and then to predict performance order for new data sets by applying historical detected patterns. Two different parallel TSP algorithms are presented. One of these is used to show the usefulness and the prof- its of the proposed approach, and the other one is used as witness. The experimental results are quite promising.