| 查看: 1289 | 回复: 0 | |||
bingbz金虫 (小有名气)
|
[求助]
基于遗传算法的LQR优化问题,适应度函数总是报错。
|
|
适应度函数如下: function scores=jisuan(pop) A=[0 0 1 0;0 0 0 1;0 -409.24 -81.06 104.63;0 269.35 54.58 -54.58]; B=[0 0;0 0;101.7 101.7;-53.05 -53.05]; C=eye(4); D=[0 0;0 0;0 0;0 0]; Q=[pop(1) 0 0 0; 0 pop(2) 0 0;0 0 pop(3) 0;0 0 0 pop(4)]; R=[1 0;0 1]; Bc=B; Cc=C; Dc=D; [K,S,E]=lqr(A,B,Q,R); Ac=(A-B*K); T=0:0.005:15; U=0*ones(3001,2); x0=[0;0;0.3;0]; [y,x]=lsim(Ac,Bc,Cc,Dc,U,T,x0); u=-1*(K*x'); scores=1-1/(pop(1)*(x(:,1)'*x(:,1))+pop(2)*(x(:,2)'*x(:,2))+pop(3)*(x(:,3)'*x(:,3))+pop(4)*(x(:,4)'*x(:,4))); end 总是报错: Error running optimization. The "lqr" command failed to stabilize the plant or find an optimal feedback gain. To remedy this problem: 1. Make sure that all unstable poles of A are controllable through B (use MINREAL to check) 2. Modify the weights Q and R to make [Q N;N' R] positive definite (use EIG to check positivity). 求大神帮助!! |
» 猜你喜欢
各位大神,目前国内有哪些比较好用的逆合成软件?
已经有14人回复
国社科系统bug了,是不是要放榜了?
已经有10人回复
现代”学阀”该如何界定
已经有9人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有4人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有3人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有11人回复
申博发邮件
已经有11人回复
我的奶奶
已经有3人回复










回复此楼