The GA Playground: Rosenbrock's Function

 

A widely used multimodal test function

Formulation:

Minimize:

f(x) = sum(100*(x[i]-x[i-1]^2)^2 + (1-x[i-1])^2

-2.048 <= x(i) <= 2.048

global minimum

f(x) = 0

x(i) = 1.0, i=1:n

Problem Specific Notes:

Instructions:

You either do not have Java support or it is disabled in your browser


Ariel Dolan
aridolan@netvision.net.il