Advanced

Change History

Discuss your script development with others (bugs, optimizations, methods ...)

Message: Re: My trail / Cache chain

Changed By: arisoft
Change Date: February 06, 2018 08:48PM

Re: My trail / Cache chain
There were two similar cases where the concave algorithm went to a endless loop due to [url=https://en.wikipedia.org/wiki/Numerical_stability]numerical instability[/url] issues. I was fearing something like this but did not know what kind of situation it will come up with. In this case a straight line of caches could trigger this. In your example, mystery caches in Gullringsbo put it to endless loop.

I tweaked the algorithm to avoid these situations but there is some more. Now all of your example tags seems to run in couple of seconds when using your id but my own id goes to the loop this time >:D<

While debugging this I really missed the debug log output. Is there any possibility to get the output saved?

PS. Now it is working also with my ID. At this moment I do not know any open issues.

Original Message

Author: arisoft
Date: February 06, 2018 08:03PM

Re: My trail / Cache chain
There were two similar cases where the concave algorithm went to a endless loop due to [url=https://en.wikipedia.org/wiki/Numerical_stability]numerical instability[/url] issues. I was fearing something like this but did not know what kind of situation it will come up with. In this case a straight line of caches could trigger this. In your example, mystery caches in Gullringsbo put it to endless loop.

I tweaked the algorithm to avoid these situations but there is some more. Now all of your example tags seems to run in couple of seconds when using your id but my own id goes to the loop this time >:D<

While debugging this I really missed the debug log output. Is there any possibility to get the output saved?