paper-with-me

Papers

Solving Stochastic Orienteering Problems with Chance Constraints Using a GNN Powered Monte Carlo Tree Search

2024-09-06 · Marcos Abel Zuzuárregui, Stefano Carpin

Leveraging the power of a graph neural network (GNN) with message passing, we present a Monte Carlo Tree Search (MCTS) method to solve stochastic orienteering problems with chance constraints. While adhering to an assigned travel budget the algorithm seeks to maximize collected reward while incurring stochastic travel costs. In this context, the acceptable probability of exceeding the assigned budget is expressed as a chance constraint. Our MCTS solution is an online and anytime algorithm alternating planning and execution that determines the next vertex to visit by continuously monitoring the remaining travel budget. The novelty of our work is that the rollout phase in the MCTS framework is implemented using a message passing GNN, predicting both the utility and failure probability of each available action. This allows to enormously expedite the search process. Our experimental evaluation shows that with the proposed method and architecture we manage to efficiently solve complex problem instances while incurring in moderate losses in terms of collected reward. Moreover, we demonstrate how the approach is capable of generalizing beyond the characteristics of the training dataset. The paper's website, open-source code, and supplementary documentation can be found at ucmercedrobotics.github.io/gnn-sop.

📄 PDF Abstract BibTeX arXiv:2409.04653

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Travel 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

N(CO)$^2$: Neural Combinatorial Optimization with Chance Constraints to Solve Stochastic Orienteering

2026-06-16 · Anas Saeed, Marcos Abel Zuzuárregui, Stefano Carpin arxiv

Neural combinatorial optimization (NCO) offers a promising alternative to traditional heuristic-based methods for solving complex graph optimization problems by proposing to learn heuristics through data. This class of p…

Reinforcement Learning

Online Constraint Tightening in Stochastic Model Predictive Control: A Regression Approach

2023-10-04 · Alexandre Capone, Tim Brüdigam, Sandra Hirche

Solving chance-constrained stochastic optimal control problems is a significant challenge in control. This is because no analytical solutions exist for up to a handful of special cases. A common and computationally effic…

Model Predictive Controlregression

Evolving Reliable Differentiating Constraints for the Chance-constrained Maximum Coverage Problem

2024-05-29 · Saba Sadeghi Ahouei, Jacob de Nobel, Aneta Neumann, Thomas Bäck 외

Chance-constrained problems involve stochastic components in the constraints which can be violated with a small probability. We investigate the impact of different types of chance constraints on the performance of iterat…

Heuristic Strategies for Solving Complex Interacting Stockpile Blending Problem with Chance Constraints

2021-02-10 · Yue Xie, Aneta Neumann, Frank Neumann

Heuristic algorithms have shown a good ability to solve a variety of optimization problems. Stockpile blending problem as an important component of the mine scheduling problem is an optimization problem with continuous s…

Scheduling

Chance Constrained Stochastic Optimal Control for Arbitrarily Disturbed LTI Systems Via the One-Sided Vysochanskij-Petunin Inequality

2023-03-22 · Shawn Priore, Meeko Oishi

While many techniques have been developed for chance constrained stochastic optimal control with Gaussian disturbance processes, far less is known about computationally efficient methods to handle non-Gaussian processes.…

Collision AvoidanceGaussian Processes