Minimaxer Part 4 - Code optimisation
Making minimax run Blazingly Fast ™ with generators, faster loops and smarter sorting.
The posts below follow the development of the Typescript / Javascript library I created that implements the minimax / negamax algorithm. Aside from just the fundamental algorithm, it also features:
Coming soon: