PAI - Unit 1 PLM Solving
PAI - Unit 1 PLM Solving
Artificial Intelligence
Search Algorithms in Artificial Intelligence
In Artificial
Intelligence, Search techniques are
universal problem-solving methods.
Rational agents or Problem-solving agents in
AI mostly used these search strategies or
algorithms to solve a specific problem and
provide the best result.
Problem-solving agents are the goal-based
agents and use atomic representation.
In this topic, we will learn various problem-
solving search algorithms
Search Algorithm Terminologies:
Search
Search tree
Actions
Transition model
Path Cost
Solution
Optimal Solution
Search:
o Searching is a step by step procedure to solve a search-
problem in a given search space. A search problem can
have three main factors:
1. Search Space: Search space represents a set of
possible solutions, which a system may have.
2. Start
State: It is a state from where agent begins the
search.
3. Goal test: It is a function which observe the current
state and returns whether the goal state is achieved or
not.
Search tree