- Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Contributing guidelines
- I understand the contributing guidelines
Documentation
- My proposal is not addressed by the documentation or examples
Existing issues
- Nothing similar appears in an existing issue
Is your feature request related to a problem? Please describe.
add_metapaths_by_weights() relies on dijstra's algorithm by scipy.sparse.csgraph.
While much faster than NetworkX, there could be space for improvement of the computational efficiency.
Describe the solution you'd like
- Support A* algorthm / Contraction Hierarchy
- Integrate
rustworkx(as of nownx_to_rx()andrx_to_nx()are the only ones supported)
Describe alternatives you've considered
API changes
Additional context
create_isochrone()with KNN-based concave hull is already improved by hashing strategy Improvecreate_isochrone()to allow multi centers / thresholds and refactorconcave_hull_knn#139
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request