Research Article

Benchmarking in Data Envelopment Analysis: An Approach Based on Genetic Algorithms and Parallel Programming

Algorithm 3

Decrease .
Require:  , , .
Ensure: A minimal for the chromosome that satisfy constraint 11: .
while   do
while   do
   {Decrease   while still satisfies (c.11)}
   
   Generate using expression (2).
end  while
{At this point (c.11) is not satisfied because of the decrease of  . Increase   value
until it is satisfied again}
repeat
   
   Generate using (3).
until 
end  while