Research Article

Flower Pollination Algorithm with Dimension by Dimension Improvement

Algorithm 1

Dimension by dimension evaluation and improvement strategy.
temp2 = ;
temp = ;
for  
     temp3 = temp2;
     temp2() = temp();
     if fitness(temp2 ) > fitness(temp3),
   temp2() = ();
     endif
endfor