Relative Efficiency of Alpha-Beta Implementations
Abstract
Most of the data on the relative efficiency of different implementations of the alpha-beta algorithm is neither readily available nor in a form suitable for easy comparisons. In the present study four enhancements to the alpha-beta algorithm—iterative deepening, aspiration search, memory tables and principal variation search—are compared separately and in various combinations to determine the most effective alpha-beta implementation. The rationale for this work is to ensure that new parallel algorithms incorporate the best sequential techniques. Rather than relying on simulation or searches of specially constructed trees, a simple chess program was used to provide a uniform basis for comparisons. I
Cite
Text
Marsland. "Relative Efficiency of Alpha-Beta Implementations." International Joint Conference on Artificial Intelligence, 1983.Markdown
[Marsland. "Relative Efficiency of Alpha-Beta Implementations." International Joint Conference on Artificial Intelligence, 1983.](https://mlanthology.org/ijcai/1983/marsland1983ijcai-relative/)BibTeX
@inproceedings{marsland1983ijcai-relative,
title = {{Relative Efficiency of Alpha-Beta Implementations}},
author = {Marsland, T. Anthony},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1983},
pages = {763-766},
url = {https://mlanthology.org/ijcai/1983/marsland1983ijcai-relative/}
}