paper-with-me

홈 › Papers

Beyond the Node: Clade-level Selection for Efficient MCTS in Automatic Heuristic Design

2026-01-31 · Kezhao Lai, Yutao Lai, Hai-Lin Liu arxiv

While Monte Carlo Tree Search (MCTS) shows promise in Large Language Model (LLM) based Automatic Heuristic Design (AHD), it suffers from a critical over-exploitation tendency under the limited computational budgets required for heuristic evaluation. To address this limitation, we propose Clade-AHD, an efficient framework that replaces node-level point estimates with clade-level Bayesian beliefs. By aggregating descendant evaluations into Beta distributions and performing Thompson Sampling over these beliefs, Clade-AHD explicitly models uncertainty to guide exploration, enabling more reliable decision-making under sparse and noisy evaluations. Extensive experiments on complex combinatorial optimization problems demonstrate that Clade-AHD consistently outperforms state-of-the-art methods while significantly reducing computational cost. The source code is publicly available at: https://github.com/Mriya0306/Clade-AHD.

📄 PDF Abstract BibTeX arXiv:2602.00549

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bilevel MCTS for Amortized O(1) Node Selection in Classical Planning

2025-08-11 · Masataro Asai arxiv

We study an efficient implementation of Multi-Armed Bandit (MAB)-based Monte-Carlo Tree Search (MCTS) for classical planning. One weakness of MCTS is that it spends a significant time deciding which node to expand next. …

Asymmetric Move Selection Strategies in Monte-Carlo Tree Search: Minimizing the Simple Regret at Max Nodes

2016-05-08 · Yun-Ching Liu, Yoshimasa Tsuruoka

The combination of multi-armed bandit (MAB) algorithms with Monte-Carlo tree search (MCTS) has made a significant impact in various research fields. The UCT algorithm, which combines the UCB bandit algorithm with MCTS, i…

Interpretable Contrastive Monte Carlo Tree Search Reasoning

2024-10-02 · Zitian Gao, Boye Niu, Xuzheng He, Haotian Xu 외

We propose SC-MCTS*: a novel Monte Carlo Tree Search (MCTS) reasoning algorithm for Large Language Models (LLMs), significantly improves both reasoning accuracy and speed. Our motivation comes from: 1. Previous MCTS LLM …

MCTS-Judge: Test-Time Scaling in LLM-as-a-Judge for Code Correctness Evaluation

2025-02-18 · Yutong Wang, Pengliang Ji, Chaoqun Yang, Kaixin Li 외

The LLM-as-a-Judge paradigm shows promise for evaluating generative content but lacks reliability in reasoning-intensive scenarios, such as programming. Inspired by recent advances in reasoning models and shifts in scali…

global-optimizationLarge Language Model

Automated Playtesting with Procedural Personas through MCTS with Evolved Heuristics

2018-02-19 · Christoffer Holmgård, Michael Cerny Green, Antonios Liapis, Julian Togelius

This paper describes a method for generative player modeling and its application to the automatic testing of game content using archetypal player models called procedural personas. Theoretically grounded in psychological…