0% found this document useful (0 votes)
58 views3 pages

1.5.problem Solving in Artificial Intelligence - GeeksforGeeks

aI

Uploaded by

vinita sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views3 pages

1.5.problem Solving in Artificial Intelligence - GeeksforGeeks

aI

Uploaded by

vinita sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

90% Refund @Courses DSA for Beginners DSA Tutorial Data Structures Algorithms Array Strings

Problem Solving in Artificial Intelligence


Read Courses Practice Jobs

The reflex agent of AI directly maps states into action. Whenever these
agents fail to operate in an environment where the state of mapping is
too large and not easily performed by the agent, then the stated problem
dissolves and sent to a problem-solving domain which breaks the large
stored problem into the smaller storage area and resolves one by one.
The final integrated action will be the desired outcomes.

On the basis of the problem and their working domain, different types of
problem-solving agent defined and use at an atomic level without any
internal state visible with a problem-solving algorithm. The problem-
solving agent performs precisely by defining problems and several
solutions. So we can say that problem solving is a part of artificial
intelligence that encompasses a number of techniques such as a tree, B-
tree, heuristic algorithms to solve a problem.

We can also say that a problem-solving agent is a result-driven agent


and always focuses on satisfying the goals.

There are basically three types of problem in artificial intelligence:


1. Ignorable: In which solution steps can be ignored.

2. Recoverable: In which solution steps can be undone.

3. Irrecoverable: Solution steps cannot be undo.

Steps problem-solving in AI: The problem of AI is directly associated


with the nature of humans and their activities. So we need a number of
finite steps to solve a problem which makes human easy works.

These are the following steps which require to solve a problem :

Problem definition: Detailed specification of inputs and acceptable


system solutions.
Problem analysis: Analyse the problem thoroughly.
Knowledge Representation: collect detailed information about the
problem and define all possible techniques.
Problem-solving: Selection of best techniques.

Components to formulate the associated problem:

Initial State: This state requires an initial state for the problem which
starts the AI agent towards a specified goal. In this state new methods
also initialize problem domain solving by a specific class.
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.
Transition: This stage of problem formulation integrates the actual
action done by the previous action stage and collects the final stage to
forward it to their next stage.
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 determines the cost
to achieve the goal.
Path costing: This component of problem-solving numerical assigned
what will be the cost to achieve the goal. It requires all hardware
software and human working cost.

Feeling lost in the world of random DSA topics, wasting time without
progress? It's time for a change! Join our DSA course, where we'll guide
you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA
course, trusted by over 100,000 geeks!
DSA in C++
DSA in Java
DSA in Python
DSA in JavaScript

Commit to GfG's Three-90 Challenge! Purchase a course, complete 90% in 90


days, and save 90% cost click here to explore.

Recommended Problems
Solve Problems
Frequently asked DSA Problems

Last Updated : 10 Jan, 2023 40

Previous Next

PEAS Description of Task Environment Introduction to Speech Separation


Based On Fast ICA

Share your thoughts in the comments Add Your Comment

You might also like