extragradientmetoden
The extragradient method is an iterative algorithm used for solving variational inequality problems and monotone operator equations. It is a generalization of the gradient descent method, designed to handle situations where simply following the gradient might not converge to a solution. The core idea of the extragradient method involves taking two gradient steps, or more precisely, two projection steps, within each iteration.
In a typical iteration, the method first computes a tentative point by taking a step in the
The extragradient method has theoretical guarantees of convergence under certain conditions, such as monotonicity and Lipschitz