Filter löschen
Filter löschen

particle swarm algorithm (PSO)

2 Ansichten (letzte 30 Tage)
tahseen alshmary
tahseen alshmary am 31 Okt. 2018
Kommentiert: Lalit Upadhyaya am 19 Nov. 2021
How can i use linear inequality constraint with particle swarm algorithm (PSO)

Antworten (1)

Alan Weiss
Alan Weiss am 31 Okt. 2018
Sorry, particleswarm does not accept any constraints except for bounds. I suggest that you use patternsearch instead, which accepts all types of constraints, and is usually more efficient than particleswarm anyway. If you need to look for a global optimum, try the suggestion here for multiple starting points.
Alan Weiss
MATLAB mathematical toolbox documentation
  5 Kommentare
Alan Weiss
Alan Weiss am 15 Nov. 2020
Maybe some PSO implementations accept nonlinear constraints, but the MATLAB Global Optimization Toolbox version does not. You can find the latest function reference page here.
Alan Weiss
MATLAB mathematical toolbox documentation
Lalit Upadhyaya
Lalit Upadhyaya am 19 Nov. 2021
Please suggest some other sources for implementing linear inequality constraint with particle swarm algorithm (PSO).

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by