paper-with-me

Papers

Analysis of Baseline Evolutionary Algorithms for the Packing While Travelling Problem

2019-02-13 · Vahid Roostapour, Mojgan Pourhassan, Frank Neumann

The performance of base-line Evolutionary Algorithms (EAs) on combinatorial problems has been studied rigorously. From the theoretical viewpoint, the literature extensively investigates the linear problems, while the theoretical analysis of the non-linear problems is still far behind. In this paper, variations of the Packing While Travelling (PWT) -- also known as the non-linear knapsack problem -- are studied as an attempt to analyse the behaviour of EAs on non-linear problems from theoretical perspective. We investigate PWT for two cities and $n$ items with correlated weights and profits, using single-objective and multi-objective algorithms. Our results show that RLS\_swap, which differs from the classical RLS by having the ability to swap two bits in one iteration, finds the optimal solution in $O(n^3)$ expected time. We also study an enhanced version of GSEMO, which a specific selection operator to deal with exponential population size, and prove that it finds the Pareto front in the same asymptotic expected time. In the case of uniform weights, (1+1)~EA is able to find the optimal solution in expected time $O(n^2\log{(\max\{n,p_{\max}\})})$, where $p_{\max}$ is the largest profit of the given items. We also perform an experimental analysis to complement our theoretical investigations and provide additional insights into the runtime behavior.

📄 PDF Abstract BibTeX arXiv:1902.04692

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Algorithm Discovery With LLMs: Evolutionary Search Meets Reinforcement Learning

2025-04-07 · Anja Surina, Amin Mansouri, Lars Quaedvlieg, Amal Seddas 외

Discovering efficient algorithms for solving complex problems has been an outstanding challenge in mathematics and computer science, requiring substantial human expertise over the years. Recent advancements in evolutiona…

Combinatorial Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolutionary Bin Packing for Memory-Efficient Dataflow Inference Acceleration on FPGA

2020-03-24 · Mairin Kroes, Lucian Petrica, Sorin Cotofana, Michaela Blott

Convolutional neural network (CNN) dataflow inference accelerators implemented in Field Programmable Gate Arrays (FPGAs) have demonstrated increased energy efficiency and lower latency compared to CNN execution on CPUs o…

Evaluating LLMs for Combinatorial Optimization: One-Phase and Two-Phase Heuristics for 2D Bin-Packing

2025-09-26 · Syed Mahbubul Huq, Daniel Brito, Daniel Sikar, Chris Child 외 arxiv

This paper presents an evaluation framework for assessing Large Language Models' (LLMs) capabilities in combinatorial optimization, specifically addressing the 2D bin-packing problem. We introduce a systematic methodolog…

Evolution of Heuristics: Towards Efficient Automatic Algorithm Design Using Large Language Model

2024-01-04 · Fei Liu, Xialiang Tong, Mingxuan Yuan, Xi Lin 외

Heuristics are widely used for dealing with complex search and optimization problems. However, manual design of heuristics can be often very labour extensive and requires rich working experience and knowledge. This paper…

Combinatorial OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1

Evolutionary Computation plus Dynamic Programming for the Bi-Objective Travelling Thief Problem

2018-02-07 · Junhua Wu, Sergey Polyakovskiy, Markus Wagner, Frank Neumann

This research proposes a novel indicator-based hybrid evolutionary approach that combines approximate and exact algorithms. We apply it to a new bi-criteria formulation of the travelling thief problem, which is known to …