Author: kpark
Boeing 757 Accident at Cali, Columbia
Failure of the flight crew to revert to basic radio navigation at the time when the FMS (Flight Management System) assisted navigation became confusing and demanded an excessive workload in a critical phase of the flight.
Review of Searching Algorithms
Review of Searching Algorithms
Type | Ordering | Optimal? | Complete? | Efficient? | |
Depth First | Uninformed | LIFO | No | No | If lucky |
Breadth First | Uninformed | FIFO |
If step costs are identical |
Yes | No |
Uniform Cost | Uninformed | g(n) | If step cost>0 | If step cost>0 | No |
Greedy | Informed | h(n) | No | No | Usually |
A* | Informed | g(n)+h(n) | If heuristic is admissle |
Two-Tiered A* Pathfinding
Two-Tiered A* Pathfinding
A* Algorithm Tutorial
A* Algorithm Tutorial
Top 10 Most Influential AI Games
Top 10 Most Influential AI Games (Alex J. Champandard on September 12, 2007)
http://aigamedev.com/open/highlights/top-ai-games/
Robots & Beyond
Ghost in the shell
공각기동대 어록 읽을거리
http://www.amalgam.pe.kr/critic/filmimage/ghost.html
Lecture9
Lecture9
Lecture8
Lecture8