English

Exploring search space trees using an adapted version of Monte Carlo tree search for combinatorial optimization problems

Artificial Intelligence 2022-11-17 v3 Discrete Mathematics Optimization and Control

Abstract

In this article we propose a heuristic algorithm to explore search space trees associated with instances of combinatorial optimization problems. The algorithm is based on Monte Carlo tree search, a popular algorithm in game playing that is used to explore game trees and represents the state-of-the-art algorithm for a number of games. Several enhancements to Monte Carlo tree search are proposed that make the algorithm more suitable in a combinatorial optimization context. These enhancements exploit the combinatorial structure of the problem and aim to efficiently explore the search space tree by pruning subtrees, using a heuristic simulation policy, reducing the domains of variables by eliminating dominated value assignments and using a beam width. The algorithm was implemented with its components specifically tailored to two combinatorial optimization problems: the quay crane scheduling problem with non-crossing constraints and the 0-1 knapsack problem. For the first problem our algorithm surpasses the state-of-the-art results and several new best solutions are found for a benchmark set of instances. For the second problem our algorithm typically produces near-optimal solutions that are slightly worse than the state-of-the-art results, but it needs only a small fraction of the time to do so. These results indicate that the algorithm is competitive with the state-of-the-art for two entirely different combinatorial optimization problems.

Keywords

Cite

@article{arxiv.2010.11523,
  title  = {Exploring search space trees using an adapted version of Monte Carlo tree search for combinatorial optimization problems},
  author = {Jorik Jooken and Pieter Leyman and Tony Wauters and Patrick De Causmaecker},
  journal= {arXiv preprint arXiv:2010.11523},
  year   = {2022}
}
R2 v1 2026-06-23T19:32:45.783Z