August 2020
Intermediate to advanced
392 pages
9h 54m
English
This chapter covers
Understanding and designing heuristics for guided search
Identifying problems suited to being solved with guided search approaches
Understanding and designing a guided search algorithm
Designing a search algorithm to play a two-player game
Now that we have an idea of how uninformed search algorithms work from chapter 2, we can explore how they can be improved by seeing more information about the problem. For this purpose, we use informed search. Informed search means that the algorithm has some context of the specific problem being solved. Heuristics are a way to represent this context. Often described as a rule of thumb, a heuristic is a rule ...