Research Article

A Hybrid Search Model for Constrained Optimization

Algorithm 6

Global search algorithm.
Input: Initial population , Direction vector .
Output: Offspring population .
(1) Set ;
(2) for do
(3)  Randomly generate an F value from ;
(4)  Randomly generate a CR value from ;
(5)  if then
(6)   Create a candidate solution according to (14);
(7)  else
(8)   Create a candidate solution according to (15);
(9)  end if
(10)   ;
(11) end for