MiniMax Algorithm
Sep 14, 2023 · 6 min read · I've decided to join an online course on Artificial Intelligence in Python (Harvard CS50AI). And one of the first algorithms they teach you is the MiniMax. Minimax is a search algorithm that allows you to find the next optimal action you can take in ...
Join discussion