paper-with-me

Papers

Comparative Analysis of Ant Colony Optimization and Google OR-Tools for Solving the Open Capacitated Vehicle Routing Problem in Logistics

2025-09-30 · Assem Omar, Youssef Omar, Marwa Solayman, Hesham Mansour arxiv

In modern logistics management systems, route planning requires high efficiency. The Open Capacitated Vehicle Routing Problem (OCVRP) deals with finding optimal delivery routes for a fleet of vehicles serving geographically distributed customers, without requiring the vehicles to return to the depot after deliveries. The present study is comparative in nature and speaks of two algorithms for OCVRP solution: Ant Colony Optimization (ACO), a nature-inspired metaheuristic; and Google OR-Tools, an industry-standard toolkit for optimization. Both implementations were developed in Python and using a custom dataset. Performance appraisal was based on routing efficiency, computation time, and scalability. The results show that ACO allows flexibility in routing parameters while OR-Tools runs much faster with more consistency and requires less input. This could help choose among routing strategies for scalable real-time logistics systems.

📄 PDF Abstract BibTeX arXiv:2509.26216

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparative Analysis of Four Prominent Ant Colony Optimization Variants: Ant System, Rank-Based Ant System, Max-Min Ant System, and Ant Colony System

2024-05-24 · Ahmed Mohamed Abdelmoaty, Ibrahim Ihab Ibrahim

This research conducts a comparative analysis of four Ant Colony Optimization (ACO) variants -- Ant System (AS), Rank-Based Ant System (ASRank), Max-Min Ant System (MMAS), and Ant Colony System (ACS) -- for solving the T…

Traveling Salesman Problem

Pheromone-Focused Ant Colony Optimization algorithm for path planning

2026-01-12 · Yi Liu, Hongda Zhang, Zhongxue Gan, Yuning Chen 외 arxiv

Ant Colony Optimization (ACO) is a prominent swarm intelligence algorithm extensively applied to path planning. However, traditional ACO methods often exhibit shortcomings, such as blind search behavior and slow converge…

Approaches to Semantic Textual Similarity in Slovak Language: From Algorithms to Transformers

2026-02-04 · Lukas Radosky, Miroslav Blstak, Matej Krajcovic, Ivan Polasek arxiv

Semantic textual similarity (STS) plays a crucial role in many natural language processing tasks. While extensively studied in high-resource languages, STS remains challenging for under-resourced languages such as Slovak…

Semantic Textual Similarity

Bi-Layer Ant Colony Optimization for Multi-Robot Task Allocation and Routing in Delivery Applications

2026-08-18 · Le Na Nguyen, Thanh Long Nguyen, Thanh Thao Ton Nu, Quan Le 외 arxiv

This paper addresses the multi-robot task allocation (MRTA) problem, which is essential for delivery and logistics applications. Our approach first defines a new cost function that transforms the MRTA into a unified opti…

Advanced Artificial Intelligence Strategy for Optimizing Urban Rail Network Design using Nature-Inspired Algorithms

2024-07-04 · Hariram Sampath Kumar, Archana Singh, Manish Kumar Ojha

This study introduces an innovative methodology for the planning of metro network routes within the urban environment of Chennai, Tamil Nadu, India. A comparative analysis of the modified Ant Colony Optimization (ACO) me…