Research Article

Hybrid Strategy of Multiple Optimization Algorithms Applied to 3-D Terrain Node Coverage of Wireless Sensor Network

Algorithm 2

DE pseudo code for step 6.
for1 each solution do.
 Generate variant intermediates Y by Equation (14).
 The current solution is X.
for2 each dimension of Y do.
  Generate new individuals U by Equation (15).
End for2.
if2 fitness(U) < fitness(X).
  X = U.
End if2.
End for1.