|
- 2016
APPLYING ALPHA-BETA ALGORITHM IN A CHESS ENGINEDOI: https://doi.org/10.22146/teknosains.11380 https://doi.org/10.22146/teknosains.11380 Keywords: Algorithm, Alpha-Beta Pruning, Chess engine, Minimax, Search Tree Abstract: Minimax Algorithm, is a solution to reduce the burden on hardware in chess engine. However, a more in-depth method is needed to further increase the search algorithm. One of those solutions is called Alpha-Beta Pruning algorithm. The idea is to eliminate the unnecessary nodes in the search tree
|