TomBolton.io

Tom Bolton’s AI and Machine Learning Lab Notebook.

Month: March 2019

Minimax: the Concept

It seems that the fundamental algorithm for inspecting possible moves from a given board position is minimax (or minmax). As usual, there are different ways to explain what’s going on with this. The Wikipedia page linked to above is replete…