Iterated two-phase local search for the Set-Union Knapsack Problem

03/12/2019
by   Zequn Wei, et al.
0

The Set-union Knapsack Problem (SUKP) is a generalization of the popular 0-1 knapsack problem. Given a set of weighted elements and a set of items with profits where each item is composed of a subset of elements, the SUKP involves packing a subset of items in a capacity-constrained knapsack such that the total profit of the selected items is maximized while their weights do not exceed the knapsack capacity. In this work, we present an effective iterated two-phase local search algorithm for this NP-hard combinatorial optimization problem. The proposed algorithm iterates through two search phases: a local optima exploration phase that alternates between a variable neighborhood descent search and a tabu search to explore local optimal solutions, and a local optima escaping phase to drive the search to unexplored regions. We show the competitiveness of the algorithm compared to the state-of-the-art methods in the literature. Specifically, the algorithm discovers 18 improved best results (new lower bounds) for the 30 benchmark instances and matches the best-known results for the 12 remaining instances. We also report the first computational results with the general CPLEX solver, including 6 proven optimal solutions. Finally, we investigate the effectiveness of the key ingredients of the algorithm on its performance.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/12/2021

A threshold search based memetic algorithm for the disjunctively constrained knapsack problem

The disjunctively constrained knapsack problem consists in packing a sub...
research
07/12/2020

Probability Learning based Tabu Search for the Budgeted Maximum Coverage Problem

Knapsack problems are classic models that can formulate a wide range of ...
research
06/04/2013

Iterated Tabu Search Algorithm for Packing Unequal Circles in a Circle

This paper presents an Iterated Tabu Search algorithm (denoted by ITS-PU...
research
07/17/2009

The Single Machine Total Weighted Tardiness Problem - Is it (for Metaheuristics) a Solved Problem ?

The article presents a study of rather simple local search heuristics fo...
research
02/06/2014

A Three-Phase Search Approach for the Quadratic Minimum Spanning Tree Problem

Given an undirected graph with costs associated with each edge as well a...
research
07/02/2022

Efficient and Effective Local Search for the Set-Union Knapsack Problem and Budgeted Maximum Coverage Problem

The Set-Union Knapsack Problem (SUKP) and Budgeted Maximum Coverage Prob...
research
03/03/2015

On memetic search for the max-mean dispersion problem

Given a set V of n elements and a distance matrix [d_ij]_n× n among elem...

Please sign up or login with your details

Forgot password? Click here to reset