Closed OyvindSabo closed 5 years ago
Every analyzed board move should be saved in a global hashmap with the board as the key and the score as the value.
As described here https://www.quora.com/How-do-I-make-Minimax-algorithm-incredibly-fast-How-do-I-deepen-the-game-search-tree
Every analyzed board move should be saved in a global hashmap with the board as the key and the score as the value.