PSO toolbox code with inequality constraints
2 次查看(过去 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!