N(CO)$^2$: AI learns to solve stochastic routing without manual heuristics
A neural network that plans routes under uncertainty, outperforming traditional solvers...
Anas Saeed, Marcos Abel Zuzuárregui, and Stefano Carpin introduce N(CO)$^2$, a neural combinatorial optimization framework that uses reinforcement learning to solve the Stochastic Orienteering Problem (SOP). Unlike prior methods that rely on hand-crafted heuristics, N(CO)$^2$ learns to balance exploration and exploitation under chance constraints. It achieves competitive performance against state-of-the-art mixed-integer linear programs (MILPs) while reducing human effort and generalizing across diverse problem instances.
- Integrates reinforcement learning with chance constraints to solve stochastic routing without manual heuristics
- Matches performance of state-of-the-art MILP solvers while reducing human design effort
- Generalizes across diverse instances of the Stochastic Orienteering Problem (SOP) for robotic path planning
Why It Matters
Enables AI-powered autonomous systems to make adaptive, reliable routing decisions under real-world uncertainty.