Research Article

Two-Stage Approach for Protein Superfamily Classification

Algorithm 2

NSGA-II( ).
Let denotes the domination count i.e the number of solutions
which dominates solution .
denotes set of solutions which solution dominates.
 Initialize and for every solution .
for ( and   do
  if     then
   Update
  else
   set .
  end if
  if   then
    where denotes the first non-dominated front.
  end if
  set front count .
end for
while   do
  initialize for storing next non-dominated solutions.
  for     and     do
   Update
   if   then
    set
   end if
  end for
  Set and
end while