Feeds
질문
which for loop will completed first ??
for i=1:5 for j=1:4 v(i,j)=w*v(i,j)+c1*rand()*(pbest(i,j)-x(i,j))+c2*rand()*(gbest(1,j)-x(i,j)); end end how this lo...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
how can i display the best value from the random numbers which are used to find another parameter??
for example i have an equation like V=(22*d.^2*l(i))/(7*0.4),in which i am generating 10 random values for l. now i am using thi...
대략 7년 전 | 답변 수: 0 | 0