Particle Swarm Optimization (Vectorized Code)

a simple implementation of Particle Swarm Optimization algorithm (PSO)

現在この提出コンテンツをフォロー中です。

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. PSO optimizes 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.
This code is based on the original PSO code in "file exchange" by Wesam Elshamy.

引用

Reza Ahmadzadeh (2026). Particle Swarm Optimization (Vectorized Code) (https://jp.mathworks.com/matlabcentral/fileexchange/46985-particle-swarm-optimization-vectorized-code), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Particle Swarm Optimization Simulation

カテゴリ

Help Center および MATLAB AnswersParticle Swarm についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0