You are not logged in.
Pages:: 1
#1 2016-11-18 05:16:17
What is state space?
Programming Languages Quizzes Artificial Intelligence (AI)
Question:
What is state space?
Option A):
A space where You know the solution.
Option B):
Problem you design
Option C):
Your Definition to a problem
Option D):
Representing your problem with variable and parameter
Option E):
The whole problem
Correct Answer is Option D):
Representing your problem with variable and parameter
Explanation:
Because state space is mostly concerned with a problem, when you try to solve a problem, we have to design a mathematical structure to the problem which can only be through variables and parameters. Ex. You have given a 4-gallon jug and another 3gallon jugs. Neither has measuring marker on it. You have to fill the jugs with water .How can you get exactly 2 gallons of water in to 4gallons.Here the state space can defined as set of ordered pairs integers(x,y),such that x=0,1,2,3 or 4 and y=0,1,2 or 3;X represents the number of gallons in 4galoon jug and y represents quantity of water in the 3-gallon jug.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-11-18 05:16:17
- Advertisement
- Ads By Google
Re: What is state space?
\n
Pages:: 1