a) Single player b) Two player c) Multiplayer d) Three player Answer: c Explanation: ...
View QuestionZero sum games are the one in which there are two agents whose actions must alternate and in which the utility values at the end of the game are always the same
a) true b) false Answer: b Explanation: Utility values are always same and opposite.
View QuestionAdversarial search problems uses ____________
a) Competitive Environment b) Cooperative Environment c) Neither Competitive nor Cooperative Environment d) Only Competitive and ...
View QuestionGeneral games involves ____________
a) Single-agent b) Multi-agent c) Neither Single-agent nor Multi-agent d) Only Single-agent and Multi-agent Answer: ...
View QuestionWhich of the following algorithm is generally used CSP search algorithm?
a) Breadth-first search algorithm b) Depth-first search algorithm c) Hill-climbing search algorithm d) None of the mentioned Answer: ...
View QuestionWhen do we call the states are safely explored?
a) A goal state is unreachable from any state b) A goal state is ...
View QuestionLanguage/Languages used for programming Constraint Programming includes ____________
a) Prolog b) C# c) C d) Fortrun Answer: a Explanation: Prolog
View QuestionFlexible CSPs relax on _______
a) Constraints b) Current State c) Initial State d) Goal State Answer: a Explanation: Definition of ...
View Question___________ is/are useful when the original formulation of a problem is altered in some way, typically because the set of constraints to consider evolves because of the environment.
a) Static CSPs b) Dynamic CSPs c) Flexible CSPs d) None of the mentioned Answer: b Explanation: ...
View Question