function f = banana(x) % BANANA Rosenbrock banana function % f = 100*(x(2)-x(1)^2)^2 + (1-x(1))^2;