Artificial Intelligence Algorithms Question:

Constraint propagation technique actually modifies the CSP problem.
a) True
b) False

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

a) True
Explanation:
Constraints are propagated towards goal node, modifying actual problem.


Previous QuestionNext Question
Which search algorithm will use limited amount of memory?
a) RBFS
b) SMA*
c) Hill-climbing search algorithm
d) Both a & b
Backtracking is based on:
a) Last in first out
b) First in first out
c) Recursion
d) Both a & c