Cargando…

GPU-based parallel implementation of swarm intelligence algorithms /

GPU-based Parallel Implementation of Swarm Intelligence Algorithms combines and covers two emerging areas attracting increased attention and applications: graphics processing units (GPUs) for general-purpose computing (GPGPU) and swarm intelligence. This book not only presents GPGPU in adequate deta...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tan, Ying, 1964- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam : Elsevier, [2016]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 SCIDIR_ocn946997805
003 OCoLC
005 20231120112103.0
006 m o d
007 cr cnu---unuuu
008 160420s2016 ne ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d N$T  |d OCLCF  |d OCLCA  |d UIU  |d OPELS  |d EBLCP  |d IDEBK  |d DEBSZ  |d FEM  |d IDB  |d CNCGM  |d VGM  |d OCLCQ  |d MFS  |d B3G  |d NRC  |d MERUC  |d AU@  |d OCLCQ  |d LVT  |d TKN  |d STF  |d DEBBG  |d ESU  |d LQU  |d U3W  |d ERF  |d UHL  |d OCLCQ  |d AUD  |d VLY  |d LUN  |d S2H  |d OCLCO  |d REDDC  |d LOA  |d TUHNV  |d SFB  |d UAB  |d DST  |d COM  |d OCLCQ  |d OCLCO 
066 |c (N  |c (Q 
019 |a 950462235  |a 968003164  |a 969092685  |a 1105194147  |a 1105563947  |a 1142044207 
020 |a 9780128093641  |q (electronic bk.) 
020 |a 0128093641  |q (electronic bk.) 
020 |z 9780128093627 
020 |z 0128093625 
024 8 |a 40026057148 
035 |a (OCoLC)946997805  |z (OCoLC)950462235  |z (OCoLC)968003164  |z (OCoLC)969092685  |z (OCoLC)1105194147  |z (OCoLC)1105563947  |z (OCoLC)1142044207 
050 4 |a Q337.3 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.3/824  |2 23 
100 1 |a Tan, Ying,  |d 1964-  |e author. 
245 1 0 |a GPU-based parallel implementation of swarm intelligence algorithms /  |c Ying Tan. 
264 1 |a Amsterdam :  |b Elsevier,  |c [2016] 
264 4 |c �2016 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 25, 2016). 
505 0 |6 880-01  |a Introduction -- GPGPU: general purpose computing on the GPU -- Parallel models -- Performance metrics -- Implementation considerations -- GPU-based particle swarm optimization -- GPU-based fireworks algorithm -- Attract-repulse fireworks algorithm using dynamic parallelism -- Other typical swarm intelligence algorithms based on GPUs -- GPU-based random number generators -- Applications -- A CUDA-based test suit. 
520 |a GPU-based Parallel Implementation of Swarm Intelligence Algorithms combines and covers two emerging areas attracting increased attention and applications: graphics processing units (GPUs) for general-purpose computing (GPGPU) and swarm intelligence. This book not only presents GPGPU in adequate detail, but also includes guidance on the appropriate implementation of swarm intelligence algorithms on the GPU platform. GPU-based implementations of several typical swarm intelligence algorithms such as PSO, FWA, GA, DE, and ACO are presented and having described the implementation details including parallel models, implementation considerations as well as performance metrics are discussed. Finally, several typical applications of GPU-based swarm intelligence algorithms are presented. This valuable reference book provides a unique perspective not possible by studying either GPGPU or swarm intelligence alone. This book gives a complete and whole picture for interested readers and new comers who will find many implementation algorithms in the book suitable for immediate use in their projects. Additionally, some algorithms can also be used as a starting point for further research. Presents a concise but sufficient introduction to general-purpose GPU computing which can help the layman become familiar with this emerging computing technique Describes implementation details, such as parallel models and performance metrics, so readers can easily utilize the techniques to accelerate their algorithmic programs Appeals to readers from the domain of high performance computing (HPC) who will find the relatively young research domain of swarm intelligence very interesting Includes many real-world applications, which can be of great help in deciding whether or not swarm intelligence algorithms or GPGPU is appropriate for the task at hand. 
650 0 |a Swarm intelligence. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Swarm intelligence  |2 fast  |0 (OCoLC)fst01139953 
776 0 8 |i Print version:  |a Tan, Ying.  |t GPU-based Parallel Implementation of Swarm Intelligence Algorithms.  |d San Francisco : Elsevier Science, �2016  |z 9780128093627 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780128093627  |z Texto completo 
880 0 |6 505-01/(N  |a Front Cover -- GPU-based Parallel Implementation of Swarm Intelligence Algorithms -- Copyright -- Dedication -- Contents -- Preface -- Acknowledgments -- Acronyms -- Chapter 1: Introduction -- 1.1 Swarm Intelligence Algorithms (SIAs) -- 1.2 Graphics Processing Units (GPUs) -- 1.3 SIAs and GPUs -- 1.4 Some Perspectives -- 1.5 Organization -- Chapter 2: GPGPU: General-Purpose Computing on the GPU -- 2.1 Introduction -- 2.2 GPGPU Development Platforms -- 2.3 Compute Unified Device Architecture (CUDA) -- 2.4 Open Computing Language (OpenCL) -- 2.5 Programming Techniques -- 2.6 Some Discussions -- 2.7 Summary -- Chapter 3: Parallel Models -- 3.1 Previous Work -- 3.2 Basic Guide for Parallel Programming -- 3.3 GPU-Oriented Parallel Models -- 3.4 Nаїve Parallel Model -- 3.5 Multi-Kernel Parallel Model -- 3.6 All-GPU Parallel Model -- 3.7 Island Parallel Model -- 3.8 Summary -- Chapter 4: Performance Metrics -- 4.1 Parallel Performance Metrics -- 4.2 Algorithm Performance Metrics -- 4.3 Rectified Efficiency -- 4.4 Case Study -- 4.5 Summary -- Chapter 5: Implementation Considerations -- 5.1 Float-Point -- 5.2 Memory Accesses -- 5.3 Random Number Generation -- 5.4 Branch Divergence -- 5.5 Occupancy -- 5.6 Summary -- Chapter 6: GPU-Based Particle Swarm Optimization -- 6.1 Introduction -- 6.2 Particle Swarm Optimization -- 6.3 GPU-Based PSO for Single-Objective Optimization -- 6.4 GPU-Based PSO for Multiple-Objective Optimization -- 6.5 Remarks -- 6.6 Summary -- Chapter 7: GPU-Based Fireworks Algorithm -- 7.1 Introduction -- 7.2 Fireworks Algorithms (FWA) -- 7.3 GPU-Based Fireworks Algorithm -- 7.4 Summary -- Chapter 8: Attract-Repulse Fireworks Algorithm Using Dynamic Parallelism -- 8.1 Introduction -- 8.2 Attract-Repulse Fireworks Algorithm (AR-FWA) -- 8.3 Implementation -- 8.4 Experiments and Analysis -- 8.5 Summary.