2093

Hybrid of genetic algorithm and local search to solve MAX-SAT problem using nVidia CUDA framework

Asim Munawar, Mohamed Wahib, Masaharu Munetomo, Kiyoshi Akama
Graduate School of Information Science & Technology, Hokkaido University, Sapporo, Japan
Genetic Programming and Evolvable Machines, Volume 10, Number 4, 391-415

@article{munawar2009hybrid,

   title={Hybrid of genetic algorithm and local search to solve MAX-SAT problem using nVidia CUDA framework},

   author={Munawar, A. and Wahib, M. and Munetomo, M. and Akama, K.},

   journal={Genetic Programming and Evolvable Machines},

   volume={10},

   number={4},

   pages={391–415},

   issn={1389-2576},

   year={2009},

   publisher={Springer}

}

Source Source   

1576

views

General Purpose computing over Graphical Processing Units (GPGPUs) is a huge shift of paradigm in parallel computing that promises a dramatic increase in performance. But GPGPUs also bring an unprecedented level of complexity in algorithmic design and software development. In this paper we describe the challenges and design choices involved in parallelizing a hybrid of Genetic Algorithm (GA) and Local Search (LS) to solve MAXimum SATisfiability (MAX-SAT) problem on a state-of-the-art nVidia Tesla GPU using nVidia Compute Unified Device Architecture (CUDA). MAX-SAT is a problem of practical importance and is often solved by employing metaheuristics based search methods like GAs and hybrid of GA with LS. Almost all the parallel GAs (pGAs) designed in the last two decades were designed for either clusters or MPPs. Unfortunately, very little research is done on the implementation of such algorithms over commodity graphics hardware. GAs in their simple form are not suitable for implementation over the Single Instruction Multiple Thread (SIMT) architecture of a GPU, and the same is the case with conventional LS algorithms. In this paper we explore different genetic operators that can be used for an efficient implementation of GAs over nVidia GPUs. We also design and introduce new techniques/operators for an efficient implementation of GAs and LS over such architectures. We use nVidia Tesla C1060 to perform several numerical tests and performance measurements and show that in the best case we obtain a speedup of 25x. We also discuss the effects of different optimization techniques on the overall execution time.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: