particle swarm algorithm (PSO)
조회 수: 7 (최근 30일)
이전 댓글 표시
How can i use linear inequality constraint with particle swarm algorithm (PSO)
댓글 수: 0
답변 (1개)
Alan Weiss
2018년 10월 31일
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
Alan Weiss
2020년 11월 15일
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
2021년 11월 19일
Please suggest some other sources for implementing linear inequality constraint with particle swarm algorithm (PSO).
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle Swarm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!