Completed
- Admissible Heuristic
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Heuristic Search and A* Search Algorithm - Lecture 5
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Informed Heuristic Search
- 3 - Best-First Search BeFS
- 4 - Heuristic Function hn
- 5 - Greedy Best-First Search GBeFS
- 6 - Search Demo
- 7 - Admissible Heuristic
- 8 - A* Search Algorithm
- 9 - Consistent Heuristic
- 10 - A* Pseudocode Comparison / Optimization
- 11 - A* Search Performance
- 12 - A* Search Detailed Example
- 13 - Weighted A* Search
- 14 - Weighted A* Demo