This document discusses a hybrid approach to optimize the search space of the Othello game using a combination of genetic algorithms and alpha-beta pruning techniques. The authors highlight the complexity of Othello, which has an extensive state space, and detail how their proposed method improves the computation time for determining the best move. The study concludes that integrating genetic algorithms enhances the performance of the alpha-beta pruning algorithm, making it more efficient than traditional methods.
Related topics: