Online PhD Defense Ali Mirsoleimani @ Leiden University

2020-06-17 11:15 | 2020-06-17 12:15

Structured Parallel Programming For Monte Carlo Tree Search

Ali Mirsoleimani, promovendus aan het Nikhef, verdedigt zijn proefschrift woensdag 17 juni 2020 online aan de Universiteit van Leiden.

“The thesis is part of a bigger project, the HEPGAME (High Energy Physics Game). The main objective for HEPGAME is the utilization of AI solutions, particularly by using MCTS for simplification of HEP calculations. One of the issues is solving mathematical expressions of interest with millions of terms. These calculations can be solved with the FORM program, which is software for symbolic manipulation. Since these calculations are computationally intensive and take a large amount of time, the FORM program was parallelized to solve them in a reasonable amount of time.
Therefore, any new algorithm based on MCTS, should also be parallelized. This requirement was behind the problem statement of the thesis: “How do we design a structured pattern-based parallel programming approach for efficient parallelism of MCTS for both multi-core and manycore shared-memory machines?”.
To answer this question, the thesis approached the MCTS parallelization problem in three levels: (1) implementation level, (2) data structure level, and (3) algorithm level.
In the implementation level, we proposed task-level parallelization over thread-level parallelization. Task-level parallelization provides us with efficient parallelism for MCTS to utilize cores on both multi-core and manycore machines.
In the data structure level, we presented a lock-free data structure that guarantees the correctness. A lock-free data structure (1) removes the synchronization overhead when a parallel program needs many tasks to feed its cores and (2) improves both performance and scalability.
In the algorithm level, we first explained how to use pipeline pattern for parallelization of MCTS to overcome search overhead. Then, through a step by step approach, we were able to propose and detail the structured parallel programming approach for Monte Carlo Tree Search.”

“Structured Parallel Programming For Monte Carlo Tree Search” (pdf)

De promotie vindt plaats online om 11.15. Het is mogelijk de promotie te volgen via een livestream

Promotoren: prof. dr. J. van den Herick en prof. dr. A. Plaat
Co-promotor: dr. J. Vermaseren

contact: Ali Mirsoleimani