Artificial Intelligence Algorithms Question:
Download Questions PDF

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.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

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