konvergeeruval
Konvergeeruval is a term used in numerical analysis to describe a framework for assessing the convergence behavior of iterative algorithms by combining indicators of proximity to a fixed point with the stability of estimates. The idea is to monitor a single scalar value that reflects both how close the current iterates are to convergence and how steadily they are changing from one iteration to the next.
A common instantiation defines r_k as the residual norm, for example r_k = ||F(x_k)||, and d_k as the
Usage and origins: The term appears primarily in Dutch-language technical literature and is not widely adopted
See also concepts include convergence criteria, termination rules, residual norms, and adaptive tolerances.