A complexity analysis of space-bounded learning algorithms for the constraint satisfaction problem

  • Authors:
  • Roberto J. Bayardo, Jr.;Daniel P. Miranker

  • Affiliations:
  • Department of Computer Sciences and Applied Research Laboratories, The University of Texas at Austin, Austin, Texas;Department of Computer Sciences and Applied Research Laboratories, The University of Texas at Austin, Austin, Texas

  • Venue:
  • AAAI'96 Proceedings of the thirteenth national conference on Artificial intelligence - Volume 1
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

Learning during backtrack search is a space-intensive process that records information (such as additional constraints) in order to avoid redundant work. In this paper, we analyze the effects of polynomial-space-bounded learning on runtime complexity of backtrack search. One space-bounded learning scheme records only those constramts With limited size, and another records arbitrarily large constraints but deletes those that become irrelevant to the portion of the search space being explored. We find that relevance-bounded learning allows better runtime bounds than size-bounded learning on structurally restricted constraint satisfaction problems. Even when restricted to linear space, our relevance-bounded learning algorithm has runtime complexity near that of unrestricted (exponential space-consuming) learning schemes.