UNIT:II
Dr S Naganjaneyulu
Syllabus
Chapter-3 Textbook1
Problem-Solving Agents
A very large number of AI problems are formulated as search problems
Well defined problems and solutions
A Problem can be defined formally by four components:
1. Initial State: which starts the AI agent towards a specified goal.
2. Action: This stage of problem formulation works with function with a specific class taken from the initial state and all possible actions done in this stage.
3. Goal test: This stage determines that the specified goal achieved by the integrated transition model or not, whenever the goal achieves stop the action and forward into the next stage to determine the cost to achieve the goal.
4. Path cost: This component assigns a numeric cost to each path.
Example:
Formulation of Problems Examples:
Searching for Solutions
Depth First Search
Breadth First Search