Question

What is minimax algorithm and how does it work? In compared to previous uninformed search and...

What is minimax algorithm and how does it work? In compared to previous uninformed search and heuristics search, what are new features of the minimax search?

Is for Artificial Intelligence for Computer Science

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1st Part:

Mini-max algorithm can be defined as a specific set of organized instructions which is useful in decision making. The mini-max algorithm is turn based and helpful to find the optimal next move.

It is mainly applicable in the areas of two player games. Between the two participants one is maximizer who tries to achieve the maximum score and the other is the minimizer who tries to achieve the minimum score. This is an example of zero sum game which makes the total score zero. One player tries to maximize the score and the other tries to minimize the score by countering the moves. One player's loss is other player's gain. The target is to find the optimal next move. In the end there is a winner and a loser.

2nd Part:

Unlike the uninformed search and heuristics search we start from the end or bottom in the mini-max search. In this technique we use backed-up evaluation as one chooses the best possible move assuming the opponent has chosen the best move possible.

Hope this helps.

Add a comment
Know the answer?
Add Answer to:
What is minimax algorithm and how does it work? In compared to previous uninformed search and...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT