AINEMay 24, 2024

Randomized heuristic repair for large-scale multidimensional knapsack problem

arXiv:2405.15569v1h-index: 1
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in metaheuristics for NP-hard combinatorial optimization, offering an incremental improvement for researchers and practitioners in optimization.

The paper tackles the problem of insufficient solution diversity in the deterministic heuristic repair for the large-scale multidimensional knapsack problem (MKP), proposing a randomized strategy that improves overall results without quality loss.

The multidimensional knapsack problem (MKP) is an NP-hard combinatorial optimization problem whose solution is determining a subset of maximum total profit items that do not violate capacity constraints. Due to its hardness, large-scale MKP instances are usually a target for metaheuristics, a context in which effective feasibility maintenance strategies are crucial. In 1998, Chu and Beasley proposed an effective heuristic repair that is still relevant for recent metaheuristics. However, due to its deterministic nature, the diversity of solutions such heuristic provides is insufficient for long runs. As a result, the search for new solutions ceases after a while. This paper proposes an efficiency-based randomization strategy for the heuristic repair that increases the variability of the repaired solutions without deteriorating quality and improves the overall results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes