Research Article

Deployment of Wireless Sensor Networks for Oilfield Monitoring by Multiobjective Discrete Binary Particle Swarm Optimization

Algorithm 4

Pseudocode for the hybrid position update.
Procedure of Hybrid position update
 Calculate the local attractor of each particle;
 Set the position of each particle with the position of its local attractor;
 Perform the transposon operation on the swarm;
 Perform the mutation operation on each particle;
EndProcedure