This Gomoku AI implements minimax with alpha-beta pruning and transposition tables, then introduces a custom MemoryMap data structure that ranks moves by historical success. It explores how digital intuition can guide adversarial search in perfect-information games.
Strategic Gomoku AI: Bayesian Approximation Using Memory-Mapped Structure
Java, minimax, alpha-beta, transposition tables