PSO toolbox code with inequality constraints
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear all
Nice greeting
How can I use linear inequality constraints with PSO matlab toolbox code.
댓글 수: 0
답변 (1개)
Walter Roberson
2021년 7월 6일
If you are referring to particleswarm() https://www.mathworks.com/help/gads/particleswarm.html#budidgf-options then it only supports bounds constraints.
If you are referring to https://www.mathworks.com/matlabcentral/fileexchange/7506-particle-swarm-optimization-toolbox then it appears to only supports bounds constraints on the variables, along with maximum velocity.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!