function y = Mutate(x,mu) flag = rand(size(x)) < mu; y=x; y(flag) = 1-x(flag); end
© The Algorithms 2022