Uninformed search functions
This we studied more aspects of intelligent systems. in particular we studied the nuances about uninformed search. There are aspects to search that determine how we search for results. the 6 Attributed are.
- States
- Any state
- Actions
- Transition Model
- Goal test
- Path cost
State graph consists of vertices and edges
Each node has a State, Parent node ,action, path cost, depth. evaluation of search strategies are also studied in this lecture.
Lastly we studied multiple uninformed search strategies.
BFS, DFS,FLS, UCS and IDS
further information inside the notes.