MATLAB: Find the minimum function (x-4)sin(y) using genetic alghorithm

genetic algorithmGlobal Optimization Toolbox

f(x,y) = (x-4)sin(y) x [0,1] y [0,2pi]

Best Answer

Elena - see Genetic Algorithm for examples on how to solve this problem.
Related Question