PSO toolbox code with inequality constraints
Ältere Kommentare anzeigen
Dear all
Nice greeting
How can I use linear inequality constraints with PSO matlab toolbox code.
Antworten (1)
Walter Roberson
am 6 Jul. 2021
0 Stimmen
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.
Kategorien
Mehr zu Particle Swarm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!