paper-with-me

홈 › Papers

Neural Bee Colony Optimization: A Case Study in Public Transit Network Design

2023-05-18 · Andrew Holliday, Gregory Dudek

In this work we explore the combination of metaheuristics and learned neural network solvers for combinatorial optimization. We do this in the context of the transit network design problem, a uniquely challenging combinatorial optimization problem with real-world importance. We train a neural network policy to perform single-shot planning of individual transit routes, and then incorporate it as one of several sub-heuristics in a modified Bee Colony Optimization (BCO) metaheuristic algorithm. Our experimental results demonstrate that this hybrid algorithm outperforms the learned policy alone by up to 20% and the original BCO algorithm by up to 53% on realistic problem instances. We perform a set of ablations to study the impact of each component of the modified algorithm.

📄 PDF Abstract BibTeX arXiv:2306.00720

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

CACO : Competitive Ant Colony Optimization, A Nature-Inspired Metaheuristic For Large-Scale Global Optimization

2013-12-14 · M. A. El-Dosuky

Large-scale problems are nonlinear problems that need metaheuristics, or global optimization algorithms. This paper reviews nature-inspired metaheuristics, then it introduces a framework named Competitive Ant Colony Opti…

global-optimization

A Digital Pheromone-Based Approach for In-Control/Out-of-Control Classification

2025-10-02 · Pedro Pestana, M. Fátima Brilhante arxiv

In complex production lines, it is essential to have strict, fast-acting rules to determine whether the system is In Control (InC) or Out of Control (OutC). This study explores a bio-inspired method that digitally mimics…

A Deep-Learning Based Optimization Approach to Address Stop-Skipping Strategy in Urban Rail Transit Lines

2021-09-17 · Mohammadjavad Javadinasr, Amir Bahador Parsa, Abolfazl, Mohammadian

Different passenger demand rates in transit stations underscore the importance of adopting operational strategies to provide a demand-responsive service. Aiming at improving passengers' travel time, the present study int…

Time Series Analysis

Applications of deep reinforcement learning to urban transit network design

2025-02-25 · Andrew Holliday

This thesis concerns the use of reinforcement learning to train neural networks to aid in the design of public transit networks. The Transit Network Design Problem (TNDP) is an optimization problem of considerable practi…

Deep Reinforcement LearningMetaheuristic Optimizationreinforcement-learningReinforcement Learning

Tensorized Ant Colony Optimization for GPU Acceleration

2024-04-07 · Luming Yang, Tao Jiang, Ran Cheng

Ant Colony Optimization (ACO) is renowned for its effectiveness in solving Traveling Salesman Problems, yet it faces computational challenges in CPU-based environments, particularly with large-scale instances. In respons…

CPUGPU