迭代算法终止准则
创建于:2025年1月18日
创建于:2025年1月18日
Clarifying iterative condition
The user asks about a condition in iterative methods where , likely referring to a relative error or convergence criterion.
Pinpointing a term
I’m thinking through various terms like "relative difference," "relative error," or "terminating condition" to describe the iterative algorithm's convergence criterion.
Thought about 迭代算法收敛条件,持续 6 秒
在数值迭代方法中, 这一形式通常被称为“相对误差小于 1%”或“相对变化量(relative difference)小于 1%”的终止判据/收敛准则。
这里的 0.01 就是设定的允许误差(公差),即相对误差小于 1%。当迭代过程中满足此条件时,我们通常就可以认为算法已经达到所需的精度而停止。