Tag: Alpha-Beta
24. Reviews and Exercises
In this post are gathered the tutorials and exercises, called “mega-recitations”, to apply the concepts presented in the Artificial Intelligence course of Prof. Patrick Winston.
6. Search: Games, Minimax, and Alpha-Beta
How a computer can play games (like Chess) How human play chess: mixing analysis, strategy, tactics to choose a move If-Then rules Look ahead and evaluate British museum algorithm To evaluate the potential of the next situation of the board, (methods 2 and 3) we can use a linear scoring polynomial to give number to…
