Cellular Genetic Algorithms And Local Search For 3-Sat Problem On Graphic Hardware

Zhongwen Luo,Hongzhi Liu
DOI: https://doi.org/10.1109/CEC.2006.1688685
2006-01-01
Abstract:As a well known NP-hard problem, SAT problem is widely discussed by computer science society. In this paper, two common algorithms for SAT problems are implemented based on graphic hardware. They are greedy local search and genetic algorithm. After a brief description of the basic algorithm, we give our modification of the algorithm for fitting with graphic hardware's SIMD model. Then some implementation details and tricks for graphic hardware are given. At last testing result are given. We compared the performance of graphic hardware based computation with CPU based computation. The result shows a performance improvement on graphic hardware over ordinary CPU.
What problem does this paper attempt to address?