Parallel Particle Swarm Optimizer for CUDA/C Mex Models

版本 1.0.0.0 (13.6 KB) 作者: Jordan
Matlab
992.0 次下载
更新时间 2016/1/15

查看许可证

A GPU-parallelized particle swarm optimizer that runs from MATLAB. Particles are launched simultaneously from a CUDA/C mex file that is called from the provided MATLAB file. This Matlab/CUDA framework allows users to easily implement, optimize and visualize their CUDA/C models.
This framework's two components in more detail:

1) A GPU-parallelized particle swarm optimizer in Matlab that is based off a research-verified particle swarm variant (*). The optimizer also allows the user to test all different types of CUDA launch bounds straight from Matlab for easy profiling and meta optimization.
2) The CUDA/C mex file that interfaces the with Matlab. It contains a wrapper kernel with the cuRand random number generation and data reduction routines already in place. It also contains a main function with all the mex-specific-code and gpu error checking routines in place. This allows easy integration with the users' specific model and fast debugging.
Enjoy the visualization and comfort of Matlab while getting the speed of CUDA/C!
See the full description at http://parallelpso.blogspot.com/
(*) Eberhart, R., Shi, Y.: Comparing inertia weights and constriction factors in particle swarm optimization. In: Proceedings of the 2000 IEEE Congress on Evolutionary Computation, Piscataway, NJ, IEEE Press (2000) 84–88

引用格式

Jordan (2024). Parallel Particle Swarm Optimizer for CUDA/C Mex Models (https://www.mathworks.com/matlabcentral/fileexchange/51120-parallel-particle-swarm-optimizer-for-cuda-c-mex-models), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Comments
Comments
Formatted description
Format Description
Description
Format description

Included correct matlab file.
Changed the default global weight and personal weight to facilitate a greater global search.
Cropped picture
Formatted description
Updated READ ME for more specific mex setup instructions
description
Comments
Added more specific instructions to help users compile mex files.
Added picture.
Credits - http://blenderartists.org/forum/showthread.php?343877-Fish-Swarm