Barzilai-Borwein method
ID: barzilai-borwein-method
The Barzilai-Borwein (BB) method is an iterative algorithm used to find a local minimum of a differentiable function. It is particularly applicable in optimization problems where the objective function is convex. The method is an adaptation of gradient descent that improves convergence by dynamically adjusting the step size based on previous gradients and iterates.
New to topics? Read the docs here!