Journal Article10.1016/J.JPDC.2016.07.003
A novel cooperative accelerated parallel two-list algorithm for solving the subset-sum problem on a hybrid CPU-GPU cluster
Lanjun Wan,Kenli Li,Keqin Li +2 more
10
TL;DR: This paper designs a communication-avoiding workload distribution scheme suitable for the parallel two-list algorithm and provides an efficient heterogeneous cooperative implementation of the algorithm.
read more
About: This article is published in Journal of Parallel and Distributed Computing. The article was published on 01 Nov 2016. The article focuses on the topics: Parallel algorithm & GPU cluster.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
On k-subset sum using enumerative encoding
Victor Parque,Tomoyuki Miyashita +1 more
- 01 Dec 2016
TL;DR: This paper forms the k-subset sum problem as a search (optimization) problem over the space of integers associated with combination elements, and shows that it is feasible to find any combination with a user-defined sum within 104 function evaluations by using a gradient-free optimization algorithm.
13
An improved balanced algorithm for the subset-sum problem
TL;DR: BalsubLast is an improved balanced algorithm for the Subset-Sum Problem that was designed to solve benchmarks that require the exhaustion of the search space and where there are many subsets with the same sum.
5
Tackling the Subset Sum Problem with Fixed Size using an Integer Representation Scheme
Victor Parque
- 28 Jun 2021
TL;DR: In this paper, a new scheme to sample solutions for the subset sum problem based on swarm-based optimization algorithms with distinct forms of selection pressure, the balance of exploration-exploitation, the multimodality considerations, and a search space defined by numbers associated with subsets of fixed size.
3
A Novel CPU-GPU Cooperative Implementation of A Parallel Two-List Algorithm for the Subset-Sum Problem
Lanjun Wan,Kenli Li,Jing Liu,Keqin Li +3 more
- 01 Jan 2007
TL;DR: In this article, a CPU-GPU cooperative implementation of a parallel two-list algorithm is proposed to solve the subset-sum problem in a heterogeneous CPU and GPU system, which enables the efficient utilization of all the available computational resources of both CPUs and GPUs.
3
Generating combinations on the GPU and its application to the k-subset sum
Victor Parque
- 07 Jul 2021
TL;DR: In this paper, the authors address the subset sum problem by using gradient-free optimization with a number-based representation of the combinatorial search space and by generating combinations with minimal change order through parallel reductions in the GPU.
2
References
•Book
Knapsack Problems: Algorithms and Computer Implementations
Silvano Martello,Paolo Toth +1 more
- 01 Nov 1990
TL;DR: This paper focuses on the part of the knapsack problem where the problem of bin packing is concerned and investigates the role of computer codes in the solution of this problem.
4K
Computing Partitions with Applications to the Knapsack Problem
Ellis Horowitz,Sartaj Sahni +1 more
TL;DR: A technique is developed which improves all of the dynamic programming methods by asquare root factor and can be incorporated into the more general 0-1 knapsack problem obtaining a square root improvement in the asymptotic behavior.
Towards dense linear algebra for hybrid GPU accelerated manycore systems
Stanimire Tomov,Jack Dongarra,Marc Baboulin +2 more
- 01 Jun 2010
TL;DR: The need for new algorithms that would split the computation in a way that would fully exploit the power that each of the hybrid components possesses is motivated, and the need for a DLA library similar to LAPACK but for hybrid manycore/GPU systems is envisioned.
500
Towards Dense Linear Algebra forHybrid GPU Accelerated Manycore Systems
Stanimire Tomov,Jack Dongarra,Marc Baboulin +2 more
- 13 Jan 2009
TL;DR: In this article, the authors highlight the trends leading to the idea of hybrid manycore/GPU systems, and present a set of techniques that can be used to eciently program them.
336
The Dynamic and Stochastic Knapsack Problem with Random Sized Items
TL;DR: It is shown that the DSKP has an optimal policy that consists of an easily computed threshold acceptance rule and an optimal stopping rule that maximizes the expected value (rewards minus costs) accumulated.
188