Code covered by the BSD License
function CrtpReal() global eMOGA for j=1:eMOGA.Lind for i=1:eMOGA.Nind_P eMOGA.ele_P(i,j)=(eMOGA.max(j)-eMOGA.min(j))*rand+eMOGA.min(j); end end
Contact us