Search problems in artificial intelligence, Basic Computer Science

Assignment Help:

Specifying Search Problems

In our agent terms, a problem to be solved is a particular task where the agent starts with the environment in a given state and acts upon the environment until the transformed state has some pre-set quality. The set of states which are achievable via some sequence of actions the agent job is called the search space. The series of actions that the agent really performs is its search path, and the final state is a solution if it has the required property. There may be many solutions to a specific problem. If you can think of the job you want your agent to perform in these terms, then you ought to write a problem solving agent which uses search.

It is essential to identify the scope of your task in the terms of the problems which will need to be solved. For instance, there are some tasks that are single problems solved by searching, for example, search a route on a map. Otherwise, there are job such as winning at chess, which have to be broken down into sub-problems (finding for the best move at every stage). Other job can be achieved without searching whatsoever for example, multiplying 2 large numbers together - you wouldn't dream of finding through the number line until you came across the answer!

There are 3 initial considerations in problem solving (as described in and Norvig and  Russell):

Initial State

Initially, the agent ought to  be told exactly what the initial state is before it began  its search, so that it may keep track of the state as it searches.

Operators

An operator is a function taking one state to another using an action undertaken by the agent. In chess, for example, an operator takes one arrangement of pieces on the board to another arrangement via  the action of the agent moving a piece.

Goal Test

It is important when designing a problem solving agent to know when the problem has been solved, for example, to have a well defined goal test. Imagine the problem we had set our agent was to find a name for a newborn, with some properties.  There are lists of "accepted" names for babies, in this case and any solution might appear in that list, so goal-checking amounts to minimally testing whether the name appears in the list. On the other hand, In chess, the goal is to reach a checkmate. Wherever there are only a fixed number of ways in which the pieces on a board may represent a checkmate, the number of these is large, so checking a position against them is a terrible idea. Instead, a more abstract notion of checkmate is used, whereby our agent checks that the opponent's king cannot move without being captured.


Related Discussions:- Search problems in artificial intelligence

C language, parent and child process using c language

parent and child process using c language

Why we need data mining? Give an example to illustrate your, Why we need da...

Why we need data mining? Give an example to illustrate your answer.

Computer generations, Computer Generations: From the early 1940's to t...

Computer Generations: From the early 1940's to the present, computer scientists have been able to identify clear-cut stages in the development of computer technology. With eac

Memory hierarchy, Memory hierarchy: There is another type of high spee...

Memory hierarchy: There is another type of high speed memory, known as Cache memory, which is used to increase the speed of processing by making current programs and data avai

Function, Function: The purpose of a function is to take in a number of v...

Function: The purpose of a function is to take in a number of values or arguments, do some calculations with those arguments and then return a single result.  Each language has d

Define CISC and RISC ?, Two competing architectures were developed for impr...

Two competing architectures were developed for improving the architecture of the central processing unit, and different processors are conventional to each one. Both had their powe

Artificial interlligence, 7. Name and explain the action in Conceptual Depe...

7. Name and explain the action in Conceptual Dependency which refers to a transfer of possession.

Explain with diagram the internal components of alu, Problem 1. Explain...

Problem 1. Explain with diagram the internal components of ALU. Diagram Explaining Internal components 2. What is addressing mode? Explain any five addressing mo

Special-purpose and general-purpose computers, SPECIAL-PURPOSE AND GENERAL-...

SPECIAL-PURPOSE AND GENERAL-PURPOSE COMPUTERS In general, there are two types of digital computers. The first is the special-purpose digital computer, which performs a f

Subroutine , Subroutine :   A subroutine  is a type of subprogram, a pi...

Subroutine :   A subroutine  is a type of subprogram, a piece of code within a larger program that performs a specific task and is relatively independent of the remaining code.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd