in Others retagged by
1,034 views
0 votes
0 votes

What is the best method to go for the game playing problem?

  1. Optimal Search
  2. Random Search
  3. Heuristic Search
  4. Stratified Search
in Others retagged by
1.0k views

1 comment

Option C is correct

Heuristic search is best method for game  playing problems.
0
0

2 Answers

0 votes
0 votes
Option C:We use a Heuristic approach, as it will find out brute force computation, looking at hundreds of thousands of positions. e.g Chess competition between Human and AI based Computer.
0 votes
0 votes
Answer: c We use a Heuristic approach, as it will find out brute force computation, looking at hundreds of thousands of positions. e.g Chess competition between Human and AI based Computer.
Answer:

Related questions