blind search

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

Blind search algorithms do not use heauristics, but only the values of nodes that the search has visited. Examples of blind search algorithms include depth first search,
breadth first search, iterative broadening, iterative deepening
and branch and bound.

Used in Chap. 4: page 54