Research Article

An Opposition-Based Group Search Optimizer with Diversity Guidance

Algorithm 3

Procedure of opposition-based learning operator.
Line# Procedure of opposition-based learning operator
(1) Begin
(2) Generate the population
(3)  for (int ; < NP; ++)
(4)  for (int ; ; ++)
(5)  ;
(6) Calculate the fitness value of the
(7)Output the some optimal candidates from ;
(8) End