evolutionary-Algorithm This is a implementation of Evolutionary algorithm for finding peak point on the following functions(although it would work for any function): z=x^2+y^2 limit x,y[-5,5] z=100*(x^2-y)^2 + (1-x)^2 limits x[-2,2] y[3,-1]