Problem Solving In AI ➡️ Introduction-
Problem Solving in games such as “Sudoku” can be an example. It can be done by building an artificially intelligent system to solve that particular problem. To do this, one needs to define the problem statements first and then generating the solution by keeping the conditions in mind.
Some of the most popularly used problem solving with the help of artificial intelligence are:
Chess.
Travelling Salesman Problem.
Tower of Hanoi Problem.
Water-Jug Problem.
N-Queen Problem.
⚫Defining The Problem: The definition of the problem must be included precisely. It should contain the possible initial as well as final situations which should result in acceptable solution.
⚫Analyzing The Problem:- Analyzing the problem and its requirement must be done as few features can have immense impact on the resulting solution.
⚫Identification Of Solutions:- This phase generates reasonable amount of solutions to the given problem in a particular range.
⚫Choosing a Solution:- From all the identified solutions, the best solution is chosen basis on the results produced by respective solutions.
⚫Implementation:- After choosing the best solution, its implementation is done.