paper-with-me

Papers

Combining Monte Carlo Tree Search and Heuristic Search for Weighted Vertex Coloring

2023-04-24 · Cyril Grelier, Olivier Goudet, Jin-Kao Hao

This work investigates the Monte Carlo Tree Search (MCTS) method combined with dedicated heuristics for solving the Weighted Vertex Coloring Problem. In addition to the basic MCTS algorithm, we study several MCTS variants where the conventional random simulation is replaced by other simulation strategies including greedy and local search heuristics. We conduct experiments on well-known benchmark instances to assess these combined MCTS variants. We provide empirical evidence to shed light on the advantages and limits of each simulation strategy. This is an extension of the work of Grelier and al. presented at EvoCOP2022.

📄 PDF Abstract BibTeX arXiv:2304.12146

Code (1)

cyril-grelier/gc_wvcp_mcts 공식 구현

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Monte Carlo Tree Search with Heuristic Evaluations using Implicit Minimax Backups

2014-06-02 · Marc Lanctot, Mark H. M. Winands, Tom Pepels, Nathan R. Sturtevant

Monte Carlo Tree Search (MCTS) has improved the performance of game engines in domains such as Go, Hex, and general game playing. MCTS has been shown to outperform classic alpha-beta search in games where good heuristic …

Batch Monte Carlo Tree Search

2021-04-09 · Tristan Cazenave

Making inferences with a deep neural network on a batch of states is much faster with a GPU than making inferences on one state after another. We build on this property to propose Monte Carlo Tree Search algorithms using…

Game of GoGPU

StarCraft II Build Order Optimization using Deep Reinforcement Learning and Monte-Carlo Tree Search

2020-06-12 · Islam Elnabarawy, Kristijana Arroyo, Donald C. Wunsch II

The real-time strategy game of StarCraft II has been posed as a challenge for reinforcement learning by Google's DeepMind. This study examines the use of an agent based on the Monte-Carlo Tree Search algorithm for optimi…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Monte-Carlo Tree-Search for Leveraging Performance of Blackbox Job-Shop Scheduling Heuristics

2022-12-14 · Florian Wimmenauer, Matúš Mihalák, Mark H. M. Winands

In manufacturing, the production is often done on out-of-the-shelf manufacturing lines, whose underlying scheduling heuristics are not known due to the intellectual property. We consider such a setting with a black-box j…

Job Shop SchedulingScheduling

On Monte Carlo Tree Search for Weighted Vertex Coloring

2022-02-03 · Cyril Grelier, Olivier Goudet, Jin-Kao Hao

This work presents the first study of using the popular Monte Carlo Tree Search (MCTS) method combined with dedicated heuristics for solving the Weighted Vertex Coloring Problem. Starting with the basic MCTS algorithm, w…