Publication Details
Solving Multidimensional Knapsack Problem using CUDA Accelerated PSO
Jaroš Jiří, doc. Ing., Ph.D. (DCSY)
Particle Swarm Optimization, Multidimensional Knapsack Problem, GPU, CUDA, Performance comparison.
This paper addresses the possibility of solving the MKP using a GPU accelerated Particle Swarm Optimisation (PSO). The goal is to evaluate the attainable performance benefit when using a highly optimised GPU code instead of an efficient multi-core CPU implementation while preserving the quality of the search process.
The Multidimensional Knapsack Problem (MKP) represents an important model having numerous applications in combinatorial optimisation, decision-making and scheduling processes, cryptography, etc. Although the MKP is easy to define and implement, the time complexity of finding a good solution grows exponentially with the problem size. Therefore, novel software techniques and hardware platforms are being developed and employed to reduce the computation time. This paper addresses the possibility of solving the MKP using a GPU accelerated Particle Swarm Optimisation (PSO). The goal is to evaluate the attainable performance benefit when using a highly optimised GPU code instead of an efficient multi-core CPU implementation while preserving the quality of the search process. The paper shows that a single Nvidia GTX 580 graphics card can outperform a quad-core CPU by a factor of 5 to 10, depending on the problem size. As both implementations are memory bound, these speed-ups directly correspond to the memory bandwidth ratio between the investigated GPU and CPU.
@inproceedings{BUT111512,
author="Drahoslav {Záň} and Jiří {Jaroš}",
title="Solving Multidimensional Knapsack Problem using CUDA Accelerated PSO",
booktitle="Proceedings of the 2014 IEEE Congress on Evolutionary Computation, CEC 2014",
year="2014",
pages="2933--2939",
publisher="IEEE Computational Intelligence Society",
address="Beijing",
doi="10.1109/CEC.2014.6900534",
isbn="978-1-4799-1488-3",
url="https://www.fit.vut.cz/research/publication/10480/"
}