Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用下面给出的两个方程编写多目标成本函数以进行粒子群优化
X(n+1)=AY(n) + BU + I & Y(n)=0.5*(abs(X(n)+1)-abs(X(n)-1))
其中 A & B 是 3*3 矩阵。