Umělá inteligence I - cvičení
02 Heuristic search
This week's topic is heuristic search. We'll focus namely on:
- Best-first search
- A* search
- A* search applied to a game (8-puzzle)
For details see the corresponding notebook:
Sample solutions: