AI - Introduction
AI - Introduction
ARTIFICIAL
INTELLINGENCE
What is Artificial Intelligence?
Newell and Simon defined each problem as a space. At one end of the space is the
starting point; on the other side is the goal.
The General Problem Solver, the program tests various actions (which Newell and
Simon called operators) to see which will take it closer to the goal state. An operator is
any activity that changes the Artificial Intelligence state of the system. The General
Problem Solver always chooses the operation that appears to bring it closer to its goal.
Example: Water Jug Problem
Consider the following problem:
A Water Jug Problem: You are given two jugs, a 4-gallon one and a 3-gallon
one, a pump which has unlimited water which you can use to fill the jug, and
the ground on which water may be poured. Neither jug has any measuring
markings on it. How can you get exactly 2 gallons of water in the 4-gallon jug?