Skip to content

Performance with fixed speed #4405

Answered by kevinkreiser
matias-harari asked this question in Q&A
Discussion options

You must be logged in to vote

Is this a bug, or is there something I am not understanding?

thats a tough question. the truth is its more of a feature :trollface:

but seriously the real answer is that the routing engine is designed to allow the user to change different parameters and get different routes out. what happens to accomplish that is we compute the weight of traveling on an edge in the graph and the weight of transferring from one edge to another edge via a node in the graph and the sum of those weights dictates what is the "shortest" path.

it is highly likely that when we implemented fixed_speed we neglected some other component of this weight computation (we call it costing, cost==weight). to really figure this out…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@matias-harari
Comment options

Answer selected by matias-harari
Comment options

You must be logged in to vote
1 reply
@kevinkreiser
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants