The Rosenbrock function is shown as follow:
![](https://static.packt-cdn.com/products/9781789612011/graphics/assets/a34bb279-f29a-4e55-a301-77b4973cff4b.png)
Rosenbrock function
The Rosenbrock function is shown as follow:
Dimensions: d
The Rosenbrock function, also referred to as the Valley or Banana function, is a popular test problem for gradient-based optimization algorithms. It is shown in the preceding plot in its two-dimensional form.
The function is unimodal, and the global minimum lies in a narrow, parabolic valley. However, even though this valley is easy to find, convergence to the minimum is difficult (Picheny et al., 2012).
The function is usually evaluated on...