中文
相关论文

相关论文: Features for the 0-1 knapsack problem based on inc…

200 篇论文

The computational complexity of the partition, 0-1 subset sum, unbounded subset sum, 0-1 knapsack and unbounded knapsack problems and their multiple variants were studied in numerous papers in the past where all the weights and profits were…

离散数学 · 计算机科学 2018-02-27 Dominik Wojtczak

The "0-1 knapsack problem" stands as a classical combinatorial optimization conundrum, necessitating the selection of a subset of items from a given set. Each item possesses inherent values and weights, and the primary objective is to…

神经与进化计算 · 计算机科学 2024-02-20 Mohammad Saleh Vahdatpour

The 0-1 Multidimensional Knapsack Problem (MKP) is a classical NP-hard combinatorial optimization problem with many engineering applications. In this paper, we propose a novel algorithm combining evolutionary computation with the exact…

人工智能 · 计算机科学 2024-07-23 Jitao Xu , Hongbo Li , Minghao Yin

We consider the 0-1 Incremental Knapsack Problem (IKP) where the capacity grows over time periods and if an item is placed in the knapsack in a certain period, it cannot be removed afterwards. The contribution of a packed item in each time…

数据结构与算法 · 计算机科学 2018-01-16 Federico Della Croce , Ulrich Pferschy , Rosario Scatamacchia

This work presents an empirical analysis of exact algorithms for the unbounded knapsack problem, which includes seven algorithms from the literature, two commercial solvers, and more than ten thousand instances. The terminating step-off, a…

数据结构与算法 · 计算机科学 2019-03-22 Henrique Becker , Luciana S. Buriol

0-1 knapsack is of fundamental importance in computer science, business, operations research, etc. In this paper, we present a deep learning technique-based method to solve large-scale 0-1 knapsack problems where the number of products…

The 0/1 knapsack problem is weakly NP-hard in that there exist pseudo-polynomial time algorithms based on dynamic programming that can solve it exactly. There are also the core branch and bound algorithms that can solve large randomly…

神经与进化计算 · 计算机科学 2019-03-11 Shalin Shah

The 0-1 knapsack problem is a well-known combinatorial optimisation problem. Approximation algorithms have been designed for solving it and they return provably good solutions within polynomial time. On the other hand, genetic algorithms…

神经与进化计算 · 计算机科学 2014-04-04 Jun He , Feidun He , Hongbin Dong

We consider the 0-1 Penalized Knapsack Problem (PKP). Each item has a profit, a weight and a penalty and the goal is to maximize the sum of the profits minus the greatest penalty value of the items included in a solution. We propose an…

数据结构与算法 · 计算机科学 2017-02-15 Federico Della Croce , Ulrich Pferschy , Rosario Scatamacchia

We study pseudo-polynomial time algorithms for the fundamental \emph{0-1 Knapsack} problem. Recent research interest has focused on its fine-grained complexity with respect to the number of items $n$ and the \emph{maximum item weight}…

数据结构与算法 · 计算机科学 2024-04-02 Ce Jin

We give a deterministic, polynomial-time algorithm for approximately counting the number of {0,1}-solutions to any instance of the knapsack problem. On an instance of length n with total weight W and accuracy parameter eps, our algorithm…

数据结构与算法 · 计算机科学 2010-08-20 Parikshit Gopalan , Adam Klivans , Raghu Meka

We study the incremental knapsack problem, where one wishes to sequentially pack items into a knapsack whose capacity expands over a finite planning horizon, with the objective of maximizing time-averaged profits. While various…

数据结构与算法 · 计算机科学 2020-10-16 Ali Aouad , Danny Segev

Algorithms for solving the linear classification problem have a long history, dating back at least to 1936 with linear discriminant analysis. For linearly separable data, many algorithms can obtain the exact solution to the corresponding…

机器学习 · 计算机科学 2026-01-28 Xi He , Max A. Little

We study pseudo-polynomial time algorithms for the fundamental \emph{0-1 Knapsack} problem. In terms of $n$ and $w_{\max}$, previous algorithms for 0-1 Knapsack have cubic time complexities: $O(n^2w_{\max})$ (Bellman 1957), $O(nw_{\max}^2)$…

数据结构与算法 · 计算机科学 2023-08-10 Ce Jin

This paper presents an algorithmic study of a class of covering mixed-integer linear programming problems which encompasses classic cover problems, including multidimensional knapsack, facility location and supplier selection problems. We…

数据结构与算法 · 计算机科学 2026-02-12 Kobe Grobben , Phablo F. S. Moura , Hande Yaman

Evolutionary algorithms are well suited for solving the knapsack problem. Some empirical studies claim that evolutionary algorithms can produce good solutions to the 0-1 knapsack problem. Nonetheless, few rigorous investigations address the…

神经与进化计算 · 计算机科学 2014-10-07 Jun He , Boris Mitavskiy , Yuren Zhou

In this thesis we develop FPTASs for the counting problems of m-tuples, contingency tables with two rows, and 0/1 knapsack. For the problem of counting m-tuples, we design two algorithms, one is strongly polynomial. As far as we know, these…

数据结构与算法 · 计算机科学 2016-11-04 Tzvi Alon

The interval subset sum problem (ISSP) is a generalization of the well-known subset sum problem. Given a set of intervals $\left\{[a_{i,1},a_{i,2}]\right\}_{i=1}^n$ and a target integer $T,$ the ISSP is to find a set of integers, at most…

数据结构与算法 · 计算机科学 2017-04-25 Rui Diao , Ya-Feng Liu , Yu-Hong Dai

Combinatorial optimization has wide applications from industry to natural science. Ising machines bring an emerging computing paradigm for efficiently solving a combinatorial optimization problem by searching a ground state of a given Ising…

统计力学 · 物理学 2024-07-16 Kentaro Ohno , Tatsuhiko Shirai , Nozomu Togawa

Ising machines (IM) are physics-inspired alternatives to von Neumann architectures for solving hard optimization tasks. By mapping binary variables to coupled Ising spins, IMs can naturally solve unconstrained combinatorial optimization…

新兴技术 · 计算机科学 2025-08-01 Corentin Delacour
‹ 上一页 1 2 3 10 下一页 ›