Deck 4: State Space Planning and Ao Graph in AI
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/21
العب
ملء الشاشة (f)
Deck 4: State Space Planning and Ao Graph in AI
1
Which is not problem in Hill climing?
A)plateau
B)ridges
C)local maximum
D)landscape
A)plateau
B)ridges
C)local maximum
D)landscape
landscape
2
Tabu search is designed __________________________
A)as it does not follow aspiration criteria
B)to escape the trap of local optimality.
C)to unrecord forbidden moves, which are referred to as tabu moves .
D)all of the above
A)as it does not follow aspiration criteria
B)to escape the trap of local optimality.
C)to unrecord forbidden moves, which are referred to as tabu moves .
D)all of the above
to escape the trap of local optimality.
3
Production/Rule looks like________________
A)pattern-->data
B)action-->data
C)pattern-->action
D)none of the above
A)pattern-->data
B)action-->data
C)pattern-->action
D)none of the above
pattern-->action
4
How can we convert AO graph with mixed nodes into graph with pure AND and OR nodes?
A)by traversing multiple node
B)by deleting one of the node
C)by addition of extra node
D)none of the above
A)by traversing multiple node
B)by deleting one of the node
C)by addition of extra node
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
5
Arc consistency in AO graph is concernd with ____________________________________
A)nodes
B)finding consistent values for pairs of variables.
C)unary constraint
D)all of the above
A)nodes
B)finding consistent values for pairs of variables.
C)unary constraint
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
6
A planning problem P in BSSP is defined as a _____________
A)triple (s, g, o)
B)triple (s1, s2, o)
C)triple (g1, g, o)
D)none of the above
A)triple (s, g, o)
B)triple (s1, s2, o)
C)triple (g1, g, o)
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
7
Plan representation in Plan Space Planning is done with__ -----------links
A)binding links
B)ordering links and casual link
C)contigent link
D)head step
A)binding links
B)ordering links and casual link
C)contigent link
D)head step
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
8
What is true aboout Iterative Deepening DFS?
A)it does not perform dfs in a bfs fashion.
B)it is the preferred informed search method
C)it's a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
D)is a depth-first search with a fixed depth limit l
A)it does not perform dfs in a bfs fashion.
B)it is the preferred informed search method
C)it's a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
D)is a depth-first search with a fixed depth limit l
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
9
What is the main advantage of backward state-space search?
A)cost
B)actions
C)relevant actions
D)all of the mentioned
A)cost
B)actions
C)relevant actions
D)all of the mentioned
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
10
Backward State Space Planning (BSSP)_______________________________
A)simply explores the set of all future states in possible order
B)start searching backwards from the goal
C)leads to huge search space
D)has no sense of direction
A)simply explores the set of all future states in possible order
B)start searching backwards from the goal
C)leads to huge search space
D)has no sense of direction
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
11
In Backward State Space Planning ,regress(A,G) that returns ______________________________
A)the regressed goal over action a when applied to goal g.
B)the goal state over action a when applied to goal g.
C)the initial state over action a when applied to goal g.
D)both a & b
A)the regressed goal over action a when applied to goal g.
B)the goal state over action a when applied to goal g.
C)the initial state over action a when applied to goal g.
D)both a & b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
12
What is true about Backward State Space Planning?
A)goal states are often incompletely specified.
B)expresses only what is desired in the final state, rather than a complete description of the final state.
C)it uses regression
D)all of the above
A)goal states are often incompletely specified.
B)expresses only what is desired in the final state, rather than a complete description of the final state.
C)it uses regression
D)all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
13
effects? (a) in Forward State Space Planning denotes ___________________
A)denotes the set of negative effects of action a
B)denotes the set of neutral effects of action a
C)denotes the set of positive effects of action a
D)none of the above
A)denotes the set of negative effects of action a
B)denotes the set of neutral effects of action a
C)denotes the set of positive effects of action a
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
14
In Forward State Space Planning , Progress ( A, S) function returns ___________________
A)the successor state s when action a is applied to state s.
B)the predecessor state s when action a is applied to state s.
C)both a & b
D)none of the above
A)the successor state s when action a is applied to state s.
B)the predecessor state s when action a is applied to state s.
C)both a & b
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
15
What are the drawbacks of Forward State Space Planning?
A)fssp has very huge search space
B)it includes the actions that have nothing go do with achieving the goal
C)regression is used in forward state space planning
D)both a & b
A)fssp has very huge search space
B)it includes the actions that have nothing go do with achieving the goal
C)regression is used in forward state space planning
D)both a & b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
16
What arcs represents in AO Graph?
A)subproblem to be solved individually
B)solution
C)path
D)sequence of actions
A)subproblem to be solved individually
B)solution
C)path
D)sequence of actions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which are the first AI applications of AO graph?
A)saint
B)xcon
C)dendral
D)both a and c
A)saint
B)xcon
C)dendral
D)both a and c
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
18
What is Hyper-Edge in AO Graph?
A)many edges together can be hyber edge
B)those are and edges only
C)both 1 and 2
D)none of the above
A)many edges together can be hyber edge
B)those are and edges only
C)both 1 and 2
D)none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
19
What cost is assumed for arc while solving AO* progress example?
A)0
B)1
C)2
D)3
A)0
B)1
C)2
D)3
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
20
What is the heuristic cost of SOLVED nodes in AO* example?
A)0
B)1
C)2
D)3
A)0
B)1
C)2
D)3
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck
21
What is used to lable primitive problems in AO problem?
A)unvisited
B)unsolved
C)solved
D)visited
A)unvisited
B)unsolved
C)solved
D)visited
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 21 في هذه المجموعة.
فتح الحزمة
k this deck