Artificial Intelligence Algorithms Question:

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

Answer:

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

Read All 57 Artificial Intelligence Algorithms Questions
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