Performance - Yousef's Notes
Performance

Performance

#Completeness

Ability to guarantee finding a solution if it exists.

#Cost Optimality

Guaranteed to find the path with the lowest cost among all possible solutions.

#Time Complexity

Amount of time taken to find the solution (e.g. number of nodes generated or examined)

#Space Complexity

Amount of memory (storage space) an agent requires to perform the search.

Test yourself on QuizBuilder.ai