Research Article

Effective Evolutionary Multilabel Feature Selection under a Budget Constraint

Algorithm 2

Procedures of exploration operator.
  procedure EXPLORE
    do
initialize novel feature subset
for    to    do feature subset selected by ,
find the best feature
add to
end for
add to as a chromosome
end for
  end procedure