41.
A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0.

44.
Planning graphs consists of ____________

45.
For general graph, how one can get rid of repeated states?

49.
What are the two main features of Genetic Algorithm?

50.
In partial order plan.
A. Relationships between the actions of the behavior are set prior to the actions
B. Relationships between the actions of the behavior are not set until absolutely necessary
Choose the correct option.