Login
Remember
Register
Ask a Question
Recent questions tagged intelligence-algorithms
+1
vote
1
answer
The time and space complexity of BFS is (For time and space complexity problems consider b as branching factor and d as depth of the search tree.)
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Breadth-first search is not optimal when all step costs are equal, because it always expands the shallowest unexpanded node.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
uniform-cost search expands the node n with the __________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Depth-first search always expands the ______ node in the current fringe of the search tree.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Breadth-first search always expands the ______ node in the current fringe of the search tree.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Optimality of BFS is ___________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
LIFO is ______ where as FIFO is ________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
When the environment of an agent is partially observable in search space following problem/problems could occur.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
For general graph, how one can get rid of repeated states?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
DFS is ______ efficient and BFS is __________ efficient.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What is the other name of informed search strategy?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
How many types of informed search method are in artificial intelligence?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which search uses the problem specific knowledge beyond the definition of the problem?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which function will select the lowest expansion node at first for evaluation?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What is the heuristic function of greedy best-first search?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which search uses only the linear space for searching?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which method is used to search better by learning?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Which search is complete and optimal when h(n) is consistent?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which is used to improve the performance of heuristic search?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Which search method will expand the node that is closest to the goal?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
...
31
next »
...