AGENT SEARCHING IN A TREE AND THE OPTIMALITY OF ITERATIVE DEEPENING

Citation
P. Dasgupta et al., AGENT SEARCHING IN A TREE AND THE OPTIMALITY OF ITERATIVE DEEPENING, Artificial intelligence, 71(1), 1994, pp. 195-208
Citations number
12
Categorie Soggetti
Computer Sciences, Special Topics","Computer Science Artificial Intelligence",Ergonomics
Journal title
ISSN journal
00043702
Volume
71
Issue
1
Year of publication
1994
Pages
195 - 208
Database
ISI
SICI code
0004-3702(1994)71:1<195:ASIATA>2.0.ZU;2-P
Abstract
The agent searching framework models the effort of a search strategy i n terms of the distance traversed by an agent while exploring the sear ch space. The framework has been found to be useful in modeling search problems where the cost of backtracking and retracing search paths is important in determining search complexity. In this paper we show tha t depth-first iterative deepening (DFID) strategies are optimal for an agent searching in a line, in m concurrent rays, and in uniform b-ary trees. In the conventional search model it is known that DFID is asym ptotically optimal for uninformed search of uniform b-ary trees. In th is paper we prove the stronger result that for agent searching in unif orm b-ary trees, iterative deepening is optimal up to lower-order term s. We also discuss the problems involved in optimally performing agent search in a graph.