Deterministic stopping rule based on the last change in the value of
\(\gamma_n\). Changes smaller than tol
, or relative changes
smaller than reltol
stop the algorithm. This criterion is suitable
only in case of deterministic objective functions.
ts_change(x, reltol = 1e-04, tol = 1e-12)
numeric
vector of last \(\gamma_n\) values, as selected by the
function passed to noisyCE2()
through the argument stopwindow
.
relative changes smaller than tol
stop the algorithm.
changes smaller than tol
stop the algorithm.
A numeric
indicating whether the algorithm has converged:
the algorithm has converged.
the algorithm has not converged.
Other stopping rules:
geweke()