We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BY far the two largest time/memory hogs are [n2n_matrix] and [paths] within Network.cost_matrix():
n2n_matrix
paths
Network.cost_matrix()
# calculate shortest path length and records paths if desired n2n_matrix, paths = utils.shortest_path(self, gp=wpaths)
An attempt to speed up should be made...
numba
multiprocessing
The text was updated successfully, but these errors were encountered:
Try:
Sorry, something went wrong.
jGaboardi
No branches or pull requests
BY far the two largest time/memory hogs are [
n2n_matrix
] and [paths
] withinNetwork.cost_matrix()
:An attempt to speed up should be made...
numba
?multiprocessing
?The text was updated successfully, but these errors were encountered: