Research Article

AMOBH: Adaptive Multiobjective Black Hole Algorithm

Algorithm 1

Evolution status update.
Require: Entropy , delta entropy , and the size of archive ;
(1) if    then
(2) evolutionStatus ’convergence’;
(3) elseif  
(4) evolutionStatus ’diversity’;
(5) elseif  
(6) evolutionStatus ’stagnation’;
(7) end if
(8) return  evolutionStatus;