Research Article

A Comparative Study of EAG and PBIL on Large-Scale Global Optimization Problems

Pseudocode 2

The guided-mutation operator.
Require:
  (guided-mutation  rate),  
  (probability  vector),
  (solution  vector,  )
for    to    do
  =  random(0, 1)
if     //  sample  th  bit  from  the  probability  vector,  
  if  
   
  else  
     
else      //  copy  th  bit  from  the  parent,  
            
end_for