paper-with-me

Papers

A Heuristic Algorithm Based on Beam Search and Iterated Local Search for the Maritime Inventory Routing Problem

2025-05-17 · Nathalie Sanghikian, Rafael Meirelles, Rafael Martinelli, Anand Subramanian

Maritime Inventory Routing Problem (MIRP) plays a crucial role in the integration of global maritime commerce levels. However, there are still no well-established methodologies capable of efficiently solving large MIRP instances or their variants due to the high complexity of the problem. The adoption of exact methods, typically based on Mixed Integer Programming (MIP), for daily operations is nearly impractical due to the CPU time required, as planning must be executed multiple times while ensuring high-quality results within acceptable time limits. Non-MIP-based heuristics are less frequently applied due to the highly constrained nature of the problem, which makes even the construction of an effective initial solution challenging. Papageorgiou et al. (2014) introduced a single-product MIRP as the foundation for MIRPLib, aiming to provide a collection of publicly available benchmark instances. However, only a few studies that propose new methodologies have been published since then. To encourage the use of MIRPLib and facilitate result comparisons, this study presents a heuristic approach that does not rely on mathematical optimization techniques to solve a deterministic, finite-horizon, single-product MIRP. The proposed heuristic combines a variation of a Beam Search algorithm with an Iterated Local Search procedure. Among the 72 instances tested, the developed methodology can improve the best-known solution for 19 instances within an acceptable CPU time.

📄 PDF Abstract BibTeX arXiv:2505.13522

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

An Effective Iterated Two-stage Heuristic Algorithm for the Multiple Traveling Salesmen Problem

2022-01-24 · Jiongzhi Zheng, Yawei Hong, Wenchang Xu, Wentao Li 외

The multiple Traveling Salesmen Problem (mTSP) is a general extension of the famous NP-hard Traveling Salesmen Problem (TSP), that there are m (m > 1) salesmen to visit the cities. In this paper, we address the mTSP with…

Towards an automated method based on Iterated Local Search optimization for tuning the parameters of Support Vector Machines

2017-07-11 · Sergio Consoli, Jacek Kustra, Pieter Vos, Monique Hendriks 외

We provide preliminary details and formulation of an optimization strategy under current development that is able to automatically tune the parameters of a Support Vector Machine over new datasets. The optimization strat…

Multi-objectivization Inspired Metaheuristics for the Sum-of-the-Parts Combinatorial Optimization Problems

2019-11-12 · Jialong Shi, Jianyong Sun, Qingfu Zhang

Multi-objectivization is a term used to describe strategies developed for optimizing single-objective problems by multi-objective algorithms. This paper focuses on multi-objectivizing the sum-of-the-parts combinatorial o…

Combinatorial OptimizationTraveling Salesman Problem

Rectangle Search: An Anytime Beam Search (Extended Version)

2023-12-19 · Sofia Lemons, Wheeler Ruml, Robert C. Holte, Carlos Linares López

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The…

Heuristic Search

BEAM: Bi-level Memory-adaptive Algorithmic Evolution for LLM-Powered Heuristic Design

2026-04-14 · Chuyang Xiang, Yichen Wei, Jiale Ma, Handing Wang 외 arxiv

Large Language Model-based Hyper Heuristic (LHH) has recently emerged as an efficient way for automatic heuristic design. However, most existing LHHs just perform well in optimizing a single function within a pre-defined…

Code Generation