Closed stevensotelo closed 3 years ago
@khadijaAouzal:
I think that with this method, the algorithm will never converge to one value, as at each time we move the window of the range
In each time we may get new optimal number or the same number as the closest pervious ranges
here is an example, where the range starts with [2,5] and moved forward, at each run, with 1 at its both bounds until the upper bound reaches 100
@stevensotelo @bmora-0110 Could you please provide a description for that?