can we use particleswarm for matrices?

1 次查看(过去 30 天)
i have a MIMO system (3*2 system, 2 inputs and 3 outputs), i am trying to tune the parameters of PI controllers, which i am designing for that MIMO system so, my objective function is not a polynomial function but it is a matrix (which is a function of those two tuning parameters)
what is the way to apply particleswarm to this

采纳的回答

Walter Roberson
Walter Roberson 2021-8-2
No. Each array element output would be an "objective", but particleswarm() is strictly single objective.
You would have to return some "measure of goodness" instead.
The optimizer would tell you what parameter pair is optimal, which you could then use to calculate the matrix.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multiobjective Optimization 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by