0 votes
in Artificial Intelligence by
Following is/are the components of the partial order planning.

(a) Bindings

(b) Goal

(c) Causal Links

(d) All of the mentioned

The question was posed to me in an interview for job.

My doubt is from Partial Order Planning topic in division Planning and Acting in the Real World 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

For explanation I would say: Bindings: The bindings of the algorithm are the connections between specific variables in the action. Bindings, as ordering, only occur when it is absolutely necessary.

Causal Links: Causal links in the algorithm are those that categorically order actions. They are not the specific order (1,2,3) of the actions, rather the general order as in Action 2 must come somewhere after Action 1, but before Action 2.

Plan Space: The plan space of the algorithm is constrained between its start and finish. The algorithm starts, producing the initial state and finishes when all parts of the goal is been achieved.

Related questions

0 votes
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
...