-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
impelement test for ill-formed networks #30
Comments
Just as a thought on that: I tried a few things today and stumbled on this:
If you set |
That's a great thought. Check this out
It's fine that values exceed the total sum of absolute distances, because random paths can include (potentially infinite) loops and circles. Even then, the end points of this graph seem perfectly sensible. Only problem is the graphs that give extreme values do decrease with increasing eta, but nowhere near enough. And then my routing code crashes before they drop down to sensible levels, so i still have to investigate further. But feel free to ignore all of this (as well as the new #31) until after you're done writing. |
Alright, that makes sense then! |
plus adress the possibly separate issue of finding out why some distances give huge (integer) values
The text was updated successfully, but these errors were encountered: