Score: 0

Array-Based Monte Carlo Tree Search

Published: August 27, 2025 | arXiv ID: 2508.20140v1

By: James Ragan, Fred Y. Hadaegh, Soon-Jo Chung

Potential Business Impact:

Makes computer games think and play faster.

Business Areas:
Artificial Intelligence Artificial Intelligence, Data and Analytics, Science and Engineering, Software

Monte Carlo Tree Search is a popular method for solving decision making problems. Faster implementations allow for more simulations within the same wall clock time, directly improving search performance. To this end, we present an alternative array-based implementation of the classic Upper Confidence bounds applied to Trees algorithm. Our method preserves the logic of the original algorithm, but eliminates the need for branch prediction, enabling faster performance on pipelined processors, and up to a factor of 2.8 times better scaling with search depth in our numerical simulations.

Country of Origin
🇺🇸 United States

Page Count
13 pages

Category
Computer Science:
Artificial Intelligence