best-first search

algorithm

DBpedia resource is: http://dbpedia.org/resource/Best-first_search

Abstract is: Best-first search is a class of search algorithms, which explore a graph by expanding the most promising node chosen according to a specified rule. Judea Pearl described the best-first search as estimating the promise of node n by a "heuristic evaluation function which, in general, may depend on the description of n, the description of the goal, the information gathered by the search up to that point, and most importantly, on any extra knowledge about the problem domain." Some authors have used "best-first search" to refer specifically to a search with a heuristic that attempts to predict how close the end of a path is to a solution (or, goal), so that paths which are judged to be closer to a solution (or, goal) are extended first. This specific type of search is called greedy best-first search or pure heuristic search. Efficient selection of the current best candidate for extension is typically implemented using a priority queue. The A* search algorithm is an example of a best-first search algorithm, as is B*. Best-first algorithms are often used for path finding in combinatorial search. Neither A* nor B* is a greedy best-first search, as they incorporate the distance from the start in addition to estimated distances to the goal.

best-first search is …
instance of (P31):
graph algorithmQ30503704
informed search algorithmQ88775728

External links are
P6706De Agostini IDbest-first+search
P5106Dictionary of Algorithms and Data Structures IDbestfirst
P646Freebase ID/m/012_wm
P6366Microsoft Academic ID46011968
P10283OpenAlex IDC46011968

P1343described by sourceArtificial Intelligence: A Modern ApproachQ20049394

Reverse relations

subclass of (P279)
Q277680A* search algorithm
Q4833637B*
Q2835852beam search

Q12072154recursive best-first searchnamed afterP138
Q10787701uniform-cost searchbased onP144
Q7009111heuristic search algorithmhas part(s)P527

The articles in Wikimedia projects and languages

Arabic (ar / Q13955)بحث أول-أفضلwikipedia
      Uspořádané prohledáváníwikipedia
      Bestensuchewikipedia
      Best-first searchwikipedia
Persian (fa / Q9168)جستجوی ابتدا بهترینwikipedia
      Algorithme de recherche best-firstwikipedia
      Legjobbat először kereséswikipedia
      Best-first searchwikipedia
      最良優先探索wikipedia
      최상 우선 탐색wikipedia
      Best-first Searchwikipedia
      Поиск по первому наилучшему совпадениюwikipedia
      Претрага по најбољим особинамаwikipedia
      การค้นหาตามค่าดีสุดwikipedia
      Пошук за першим найкращим збігомwikipedia
      Tìm kiếm theo lựa chọn tốt nhấtwikipedia

Search more.