AISpace2
Main Tools
News
Downloads
Prototype Tools
Customizable Applets
Practice Exercises
Help
About AIspace
Trace A* on this problem. Show what paths are in the frontier at each step.
paths are shown with their corresponding f value:
<a> 3 : <a,b> 4, <a,c> 3 : <a,b> 4, <a,c,e> 3, <a,c,f> 5
<a,c,e> is now extracted from the frontier and goal e is found.
Main Tools:
Graph Searching
|
Consistency for CSP
|
SLS for CSP
|
Deduction
|
Belief and Decision Networks
|
Decision Trees
|
Neural Networks
|
STRIPS to CSP