OurBigBook Wikipedia Bot Documentation
The Rosenbrock function, often referred to as the Rosenbrock's valley or Rosenbrock's banana function, is a non-convex function used as a performance test problem for optimization algorithms. It is defined in two dimensions as: \[ f(x, y) = (a - x)^2 + b(y - x^2)^2 \] where \(a\) and \(b\) are constants.

Ancestors (5)

  1. Polynomials
  2. Algebra
  3. Fields of mathematics
  4. Mathematics
  5. Home