Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
What is the evaluation function in greedy approach?
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 space complexity of Greedy search?
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 evaluation function in A* approach?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
In many problems the path to goal is irrelevant, this class of problems can be solved using ____________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Though local search algorithms are not systematic, key advantages would include __________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
_______________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
When will Hill-Climbing algorithm terminate?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What are the main cons of hill-climbing search?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Stochastic hill climbing chooses at random from among the uphill moves; the probability of selection can vary with the steepness of the uphil1 move.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Hill climbing sometimes called ____________ because it grabs a good neighbor state without thinking ahead about where to go next.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Hill-Climbing approach stuck for which of the following reasons?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
___________ algorithm keeps track of k states rather than just one.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
A genetic algorithm (or GA) is a variant of stochastic beam search in which successor states are generated by combining two parent states, rather than by modifying a single state.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What are the two main features of Genetic Algorithm?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
_________________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which of the Following problems can be modeled as CSP?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
What among the following constitutes to the incremental formulation of CSP?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
The term ___________ is used for a depth-first search that chooses values for one variable at a time and returns when a variable has no legal values left to assign.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
To overcome the need to backtrack in constraint satisfaction problem can be eliminated by ____________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Consider a problem of preparing a schedule for a class of student. What type of problem is this?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Constraint satisfaction problems on finite domains are typically solved using a form of ___________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Solving a constraint satisfaction problem on a finite domain is an/a ___________ problem with respect to the domain size.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
____________ is/are useful when the original formulation of a problem is altered in some way, typically because the set of constraints to consider evolves because of the environment.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Flexible CSPs relax on _______
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Language/Languages used for programming Constraint Programming includes ____________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Backtracking is based on ____________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Constraint Propagation technique actually modifies the CSP problem.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
When do we call the states are safely explored?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
General games involves ____________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
Page:
« prev
1
...
651
652
653
654
655
656
657
658
659
660
661
...
667
...
next »
Recent questions
...