Particle Swarm Optimization

버전 1.13.0.0 (8.01 KB) 작성자: Yan Ou
[xMin,yMin] = pso(fun,np,lb,ub);
다운로드 수: 4.4K
업데이트 날짜: 2013/12/24

라이선스 보기

fun: function handle (y = fun(x), x is column vector)
np: number of particles
lb, ub: lb<x<ub
xMin: yMin = fun(xMin)
yMin: minimum value of the cost function fun
pso finds the global minimum for a constraint function (convex or non-con) with multiple variables.

인용 양식

Yan Ou (2024). Particle Swarm Optimization (https://www.mathworks.com/matlabcentral/fileexchange/41708-particle-swarm-optimization), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Particle Swarm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.13.0.0

update

1.12.0.0

update stop criteria

1.11.0.0

add warm start

1.10.0.0

update

1.9.0.0

update pso

1.8.0.0

Add demo file

1.7.0.0

update

1.4.0.0

updated version

1.3.0.0

add screen shot and summary

1.1.0.0

change the summary part to make user immediately understand the usage of function

1.0.0.0