chess:programming:minimax_algorithm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chess:programming:minimax_algorithm [2021/10/30 22:39] – peter | chess:programming:minimax_algorithm [2021/10/30 22:40] (current) – peter | ||
---|---|---|---|
Line 54: | Line 54: | ||
* Which move you would make as a maximizing player considering that your opponent also plays optimally? | * Which move you would make as a maximizing player considering that your opponent also plays optimally? | ||
- | {{ : | + | {{: |
Since this is a backtracking based algorithm, it tries all possible moves, then backtracks and makes a decision. | Since this is a backtracking based algorithm, it tries all possible moves, then backtracks and makes a decision. | ||
Line 73: | Line 73: | ||
Now the game tree looks like below: | Now the game tree looks like below: | ||
+ | {{: | ||
+ | |||
+ | The above tree shows two possible scores when maximizer makes left and right moves. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * We must always assume that our opponent plays optimally. | ||
+ | </ | ||
chess/programming/minimax_algorithm.1635633540.txt.gz · Last modified: 2021/10/30 22:39 by peter