Test |
Name | Description | |
---|---|---|
Rosenbrock(Double) | Valley-shaped Rosenbrock function for 2 or more dimensions. This function have a global minimum of all ones and, for 8 > N > 3, a local minimum at (-1,1,...,1). | |
Rosenbrock(Double, Double) | Valley-shaped Rosenbrock function for 2 dimensions: (x,y) -> (1-x)^2 + 100*(y-x^2)^2. This function has a global minimum at (1,1) with f(1,1) = 0. Common range: [-5,10] or [-2.048,2.048]. |