No BSD License  

Highlights from
Genetic Algorithm Performance

from Genetic Algorithm Performance by Javad Ivakpour
Find the maximum with GA and show that how it is happened (for constrained and unconstrained problem

z=fun00(x)
function z=fun00(x)
z=0;
for i=1:length(x)
    z=z+x(i)*sin(abs(x(i)));
end

Contact us at files@mathworks.com