paper-with-me

홈 › Papers

Regular Tree Search for Simulation Optimization

2025-06-21 · Du-Yi Wang, Guo Liang, Guangwu Liu, Kun Zhang

Tackling simulation optimization problems with non-convex objective functions remains a fundamental challenge in operations research. In this paper, we propose a class of random search algorithms, called Regular Tree Search, which integrates adaptive sampling with recursive partitioning of the search space. The algorithm concentrates simulations on increasingly promising regions by iteratively refining a tree structure. A tree search strategy guides sampling decisions, while partitioning is triggered when the number of samples in a leaf node exceeds a threshold that depends on its depth. Furthermore, a specific tree search strategy, Upper Confidence Bounds applied to Trees (UCT), is employed in the Regular Tree Search. We prove global convergence under sub-Gaussian noise, based on assumptions involving the optimality gap, without requiring continuity of the objective function. Numerical experiments confirm that the algorithm reliably identifies the global optimum and provides accurate estimates of its objective value.

📄 PDF Abstract BibTeX arXiv:2506.17696

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

+ ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881||How do I resolve a dispute on Expedia? How do I resolve a dispute on Expedia contact their support at + ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 or + ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056. Provide booking details and explain the issue…
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

TPO: TREE SEARCH POLICY OPTIMIZATION FOR CONTINUOUS ACTION SPACES

2020-01-01 · ICLR 2020 1 · Amir Yazdanbakhsh, Ebrahim Songhori, Robert Ormandi, Anna Goldie 외

Monte Carlo Tree Search (MCTS) has achieved impressive results on a range of discrete environments, such as Go, Mario and Arcade games, but it has not yet fulfilled its true potential in continuous domains.In this work, …

Monte-Carlo Tree Search as Regularized Policy Optimization

2020-07-24 · ICML 2020 1 · Jean-bastien Grill, Florent Altché, Yunhao Tang, Thomas Hubert 외

The combination of Monte-Carlo tree search (MCTS) with deep reinforcement learning has led to significant advances in artificial intelligence. However, AlphaZero, the current state-of-the-art MCTS algorithm, still relies…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Provably Efficient Long-Horizon Exploration in Monte Carlo Tree Search through State Occupancy Regularization

2024-07-07 · Liam Schramm, Abdeslam Boularias

Monte Carlo tree search (MCTS) has been successful in a variety of domains, but faces challenges with long-horizon exploration when compared to sampling-based motion planning algorithms like Rapidly-Exploring Random Tree…

Motion PlanningRobot Navigation

Path Planning Algorithm Comparison Analysis for Wireless AUVs Energy Sharing System

2025-05-21 · Zhengji Feng, Hengxiang Chen, Liqun Chen, Heyan Li 외

Autonomous underwater vehicles (AUVs) are increasingly used in marine research, military applications, and undersea exploration. However, their operational range is significantly affected by battery performance. In this …

Autonomous Navigation

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

2020-10-22 · Jorik Jooken, Pieter Leyman, Tony Wauters, Patrick De Causmaecker

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 g…

Combinatorial OptimizationScheduling