Research Article

A Hybrid Search Model for Constrained Optimization

Algorithm 5

Global search model.
Input: Initial population .
Output: Updated population .
(1) Set ;
(2) Calculate according to (13);
(3) Generate an offspring population by Algorithm 6;
(4) for do
(5)  if then
(6)   ;
(7)  else
(8)   ;
(9)  end if
(10) end for