Are there any Matlab functions to use for optimization using particle swarm optimization technique?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
Are there any Matlab functions to use for optimization using particle swarm optimization technique? I have a set of MATLAB code that simulates the required outcome and need to integrate that to the Particle Swarm Optimization based toolbox.
Have 2 questions ;
Q1. Is there a readily available MATLAB function that can be used to integrate my set of code that can be used and if yes, how to integrate?
Q2. Is there a readily available cost function that can be used to run number of iterations for code to simulate the run?
Any help is appreciated, thank you.
댓글 수: 0
답변 (3개)
Shashank Prasanna
2013년 3월 13일
Have you tried searching file exchange? Here's a submission :
댓글 수: 0
Yarpiz / Mostapha Heris
2015년 9월 12일
Also you can check this, on MATLAB FeX, for a structured implementation of PSO in MATLAB:
You can easily change the CostFunction to any desired objective function and change the number and range of decision variables, to solve optimization problems.
댓글 수: 0
Alan Weiss
2015년 9월 16일
particleswarm was introduced into Global Optimization Toolbox in R2014b. There is more documentation here.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle Swarm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!