+1 vote
in Artificial Intelligence by
What among the following constitutes to the incremental formulation of CSP?

(a) Path cost

(b) Goal cost

(c) Successor function

(d) All of the mentioned

I have been asked this question in an online quiz.

Question is from Constraints Satisfaction Problems topic in section Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right answer is (d) All of the mentioned

The best I can explain: Initial state: The empty assignment ( ), in which all variables are unassigned.

Successor function: A value can be assigned to any unassigned variable, provided it does not conflict with previously assigned variables.

Goal test: The current assignment is complete.

Path cost: A constant cost (e.g., 1) for every step.

Related questions

0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Oct 22, 2021 in Artificial Intelligence by DavidAnderson
...