Alert button

Nested Search versus Limited Discrepancy Search

Oct 01, 2022
Tristan Cazenave

Figure 1 for Nested Search versus Limited Discrepancy Search
Figure 2 for Nested Search versus Limited Discrepancy Search
Figure 3 for Nested Search versus Limited Discrepancy Search
Figure 4 for Nested Search versus Limited Discrepancy Search

Share this with someone who'll enjoy it:

Limited Discrepancy Search (LDS) is a popular algorithm to search a state space with a heuristic to order the possible actions. Nested Search (NS) is another algorithm to search a state space with the same heuristic. NS spends more time on the move associated to the best heuristic playout while LDS spends more time on the best heuristic move. They both use similar times for the same level of search. We advocate in this paper that it is often better to follow the best heuristic playout as in NS than to follow the heuristic as in LDS.

View paper onarxiv icon

Share this with someone who'll enjoy it: