Research Article

Dynamic Multiobjective Optimization Algorithm Based on Average Distance Linear Prediction Model

Algorithm 1

Dynamic multiobjective evolutionary algorithm with prediction model.
(1) Begin
(2) , ; % is generation index, is time window
(3)  ;
(4)  while (not termination condition) do
(5)   ;
(6)  if (changed)
(7)    ;
(8)    ;
(9)    ;
(10)  else
(11)    ; % is offspring population
(12)    ;
(13)    ;
(14)  end
(15) end