Please enable JavaScript.
Coggle requires JavaScript to display documents.
Graph Search (Lecture 3) - Coggle Diagram
Graph Search (Lecture 3)
-
Search Problem
-
A fully-observable, deterministic, offline, single-agent problem where search works best
-
-
-
-
-
Directed Graph
directed pair G=(N, A)
-
-
-
Path - sequence of nodes <n1,n2,..., nk> where n1->n2 is arc
-
Markov Assumption
A test to see the representation is accurate and relevant. So that you don't have to look back where you are.
-
-