Heuristic Search�(informed)
Incorporates expert rules, empirical, experimental to streamline the search engines.
Heuristic Function:
Let be a problem in artificial intelligence and its state space E, a function that associates each state of E a real number, this is:
f: E → R,
Heuristic function is called associated to .
Heuristic function measures the usefulness of information
associated with each additional state.
Heuristic Function
Examples:
Problem Heuristic Function
Game Utilidad asociada a cada posible
juego
Traveling Salesman Distance associated with each
possible to visit city
Three in line Increased number of X collinear� (case plays X) where no
Water Vessel Atingir liters missing for the� solution
Project Selection Utility associated with each project - most useful
Búsqueda en Profundidad Limitada
Se usa aún cuando no haya función heurística de los estados.
La idea es suponer que el camino a la meta nunca será
demasiado largo. Si el camino que se explora lo es, entonces
se busca otro.
Se lleva un solo camino
Incluye la posibilidad de retractarse.
Search limited depth
TREE 1
¿ and P=2 ?
P =3, Travel:a,b,e,f,c,g,d,h,z Road:a,d,z
Begin
End
Search restricted by threshold
Used when heuristic function of the states that give His estimate of quality (close to the target).
The idea is to assume that if the current node is bad, then the path does not lead to the goal. If the path that explores what it is, then look elsewhere.
It takes a single path.
Each node has an associated heuristic value.
Includes the ability to retract.
Search restricted by threshold
Begin
End
U=6, Travel:a,b,c,g,s,z Road:a,c,g,s,z
Bibliography