A Genetic Minimax Game-Playing Strategy

tzungpei hong,keyuan huang,wenyang lin
DOI: https://doi.org/10.1109/ICEC.1998.700123
1998-01-01
Abstract:In this paper we consider the problem of finding good next moves in two-player games. Traditional search algorithms, such as minimax and alpha-beta pruning suffer great temporal and spatial expansion when exploring deeply into search trees to find better next moves. The evolution of genetic algorithms, abilities to find global or near global optima in limited times seems promising, but they are inept at finding compound optima, such as the minimax in a game search tree. We propose a new generic-algorithm-based approach that can find a good next move by resenting the board evaluation values of new offspring in a partial game-search tree. Experiments show that solution accuracy and search speed are greatly improved by our algorithms.
What problem does this paper attempt to address?