๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Heuristic search through islands

โœ Scribed by P.P. Chakrabarti; S. Ghose; S.C. DeSarkar


Publisher
Elsevier Science
Year
1986
Tongue
English
Weight
336 KB
Volume
29
Category
Article
ISSN
0004-3702

No coin nor oath required. For personal study only.

โœฆ Synopsis


A heuristic search strategy via islands is suggested to significantly decrease the number of nodes expanded. Algorithm I, which searches through a set of island nodes ("island set"), is presented assuming that the island set contains at least one node on an optimal cost path. This algorithm is shown to be admissible and expands no more nodes than A *. For cases where the island set does not contain an optimal cost path (or any path). Algorithm 1', a modification of Algorithm 1, is suggested. This algorithm ensures a suboptimal cost path (which may be optimal) and in extreme cases falls back to A*. s g m,n i, il, i2 c(m, n) Popt g*(n) h *(n) h*(m, n) h*(n/i)


๐Ÿ“œ SIMILAR VOLUMES


Random heuristic search
โœ Michael D. Vose ๐Ÿ“‚ Article ๐Ÿ“… 1999 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 257 KB

There is a developing theory of growing power which, at its current stage of development (indeed, for a number of years now), speaks to qualitative and quantitative aspects of search strategies. Although it has been specialized and applied to genetic algorithms, its implications and applicability ar

Breadth-first heuristic search
โœ Rong Zhou; Eric A. Hansen ๐Ÿ“‚ Article ๐Ÿ“… 2006 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 202 KB
Heuristic search in restricted memory
โœ P.P. Chakrabarti; S. Ghose; A. Acharya; S.C. de Sarkar ๐Ÿ“‚ Article ๐Ÿ“… 1989 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 979 KB

Thts paper presents heurlsttc search algortthms whtch work wtthm memory constramts These algortthms, MA\* (for ordinary graphs) and MAO\* (for AND~OR graphs) guarantee admtsstble soluttons wlthm spectfied memory hmltattons (above the rnmtmum requtred) The memory versus node expanstons tradeoff ts an

Heuristic search in artificial intellige
โœ Weixiong Zhang; Rina Dechter; Richard E. Korf ๐Ÿ“‚ Article ๐Ÿ“… 2001 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 41 KB
Heuristic search in artificial intellige
โœ Weixiong Zhang; Rina Dechter; Richard E. Korf ๐Ÿ“‚ Article ๐Ÿ“… 2001 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 41 KB

In his 1950 paper entitled, "Programming a Computer to Play Chess" [3], Shannon laid out the theory of minimax search with bounded lookahead and static heuristic evaluation, the basis of almost all subsequent work on two-player games. Along with Allen Newell, Herbert Simon established the idea of he