PSO Feature Selection and optimization

This code use as optimization of data by row or coulmn
3K Downloads
Aktualisiert 24 Mär 2017

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2014a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: 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/

Version Veröffentlicht Versionshinweise
1.1.0.0

bugs removed

1.0.0.0