Week 4 – Intelligent Systems
This week we studied about adversarial search strategies. This is the search strategy where it involves the search to calculate the outcomes of games such as tic tac toe and backgammon.
We learned about the outcomes of deterministic games such as tic tac toe or chess and also non-deterministic games such as backgammon, in which they have chance nodes. In order to calculate, we learned about the minimax function to find the outcome. We are also given 3 exercises to practise our knowledge upon this material.