PSO Feature Selection and optimization

版本 1.1.0.0 (7.2 KB) 作者: Abbas Manthiri S
This code use as optimization of data by row or coulmn
3.0K 次下载
更新时间 2017/3/24

查看许可证

In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. It solves a problem by having a population of candidate solutions, here dubbed particles, and moving these particles around in the search-space according to simple mathematical formulae over the particle's position and velocity. Each particle's movement is influenced by its local best known position, but is also guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions.

引用格式

Abbas Manthiri S (2024). PSO Feature Selection and optimization (https://www.mathworks.com/matlabcentral/fileexchange/62214-pso-feature-selection-and-optimization), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Get Started with Optimization Toolbox 的更多信息
标签 添加标签
致谢

启发作品: 13 Datasets for Feature Selection

Community Treasure Hunt

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

Start Hunting!

pso selection/html/

版本 已发布 发行说明
1.1.0.0

bugs removed

1.0.0.0