PSO toolbox code with inequality constraints
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all
Nice greeting
How can I use linear inequality constraints with PSO matlab toolbox code.
0 Commenti
Risposte (1)
Walter Roberson
il 6 Lug 2021
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 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!