Incorrectly set tolerance can trigger the premature stop of the algorithm. It makes sense to do the n-number of iterations despite the tolerance condition. Hence tolerance condition must be checked after some hardcoded number of iterations, e.g. 10 for OS methods and 200 for non-OS.
Incorrectly set tolerance can trigger the premature stop of the algorithm. It makes sense to do the n-number of iterations despite the tolerance condition. Hence tolerance condition must be checked after some hardcoded number of iterations, e.g. 10 for OS methods and 200 for non-OS.