Semester7
Notes of courses done/attended in semester 7 in college
Lecture 10
Video
link

States vs Nodes

- bfs me best case = 2nd level pe first node is my node
- dekhlio ki time me what r u considering, nodes generated or nodes expanded
- generated me -b lunga, expanded me b
greedy BFS


- optimal nahi bcz all path dekhe hi nahi na
A* Search

- cost already spent + estimated cost further
- basically total estimated cost ko 2 me tod dia
- Romania ka straight line distance wale pe A*

- Arad se start kia
- initially fn = 366 = 0+366

- I pick Sibiu



Admissible Heuristics

Consistent Heuristics

Optimality of A*

Properties of A*
