Skip to content
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

How to investigate the cost matrix #1178

Open
mabilinab opened this issue Oct 31, 2024 · 1 comment
Open

How to investigate the cost matrix #1178

mabilinab opened this issue Oct 31, 2024 · 1 comment
Labels

Comments

@mabilinab
Copy link

Hi there,
Is it possible to get the cost matrix that VROOM used to optimize the route request?
I see some things that are off with the jobs order and would like to understand the cost matrix used in details.

@jcoupey
Copy link
Collaborator

jcoupey commented Nov 1, 2024

By simply looking at the logs of your routing engine, you should be able to see what requests are sent by vroom to get the travel times and distances matrices. So the easiest approach would be to replay those requests and you'd get the matrices that are used internally.

We also have scripts to generate standalone problems that embed the matrices in the input file, so if you use that you could also inspect the costs along with your input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants