Research Article

A Hybrid Evolutionary Algorithm for Wheat Blending Problem

Algorithm 2

BEGIN
search space reduction(Stage 1)
initialization(Stage 2)
  while  not terminated
  mutation(Stage 3–1)
  heuristic(Stage 3–2)
  simplex(Stage 3–3)
  end while
  local search(Stage 4)
END ALGORITHM