Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

Intro to AI 1

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

What are properties of DFS?

Autor: Christian N



Respuesta:

Strongly depends whether graph or tree-search is applied Graph-search Avoids repeated states and redundant paths, complete in finite state spaces, but may store every node Tree-search Not complete even in finite state spaces (loops) Modified tree-search Checks new state against those on the path from current node to the root, complete in finite state spaces


0 / 5  (0 calificaciones)

1 answer(s) in total