|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
function [y, cons] = MTPR_DTLZ3_objfun_3obj(x)
4 G5 y( i5 O/ ^* u% Objective function : Test problem 'DTLZ2'.% X1 g; d! U: F% f4 a4 `; z
%*************************************************************************3 p$ a r1 P7 r$ z
y = [0,0];: i5 u; o$ q1 |! C0 ?0 J
cons = [];
" p7 j2 s p1 N7 Dmodel1 = load('modelwest12.mat');* Z3 l5 Z$ V5 g& q6 b
outputps1 = load('outputwest12.mat');
& h8 X# M) u7 q F( ?6 A, winputps1 = load('inputwest12.mat');
& o2 c4 @, i& r% outputps2 = load('outputpsb1.mat');0 t G( J8 j( t" ~- ^2 w
% inputps2 = load('inputpsb1.mat');
0 c9 v( u4 W% {. i& x% model2 = load('modelb1.mat');2 c5 J ^5 X9 h& x9 q
% outputps3 = load('outputpstld.mat');
6 g; O7 m0 P# E( V g! R% inputps3 = load('inputpstld.mat');. K9 Y' x( Z& I4 V: k
% model3 = load('modeltld.mat');
' l, W2 B/ ^. y9 fmytest2one1 = mapminmax('apply',x',inputps1);
7 j; {0 G3 j4 o# N( I5 gmytest2one1 = mytest2one1';
% i& I3 @% B( dy(1) = DecisionFunction(mytest2one1,model1);
6 ?; A o3 H9 Y. k ~( w# Ry(1) =-mapminmax('reverse',y(1),outputps1);
) q- `) x! @6 Oy(2)=886.6465691-3.96*10^(-8)*0.5*{37^4-(5720.4*x(6).*x(5)+5720.4*x(1)-5720.4*x(6).*x(1)+8643.63*x(3))^4/(14355.03)^4}-138;
. |7 l8 ~" z+ i* B# p报错指向的是y2这个函数
2 C' @% c% q3 }/ ?) E+ P |
|