Payas Rajan
Payas Rajan
Fair, fair. I didn't mean to study EVs in themselves, but the charging times for these vehicles are large, and the superchargers definitely affect the traffic patterns around them. Another...
https://epubs.siam.org/doi/pdf/10.1137/1.9781611975499.5 The springer paper is old in the comment above, this is more-or-less state of the art
SRTM has been superseded by NASADEM: https://earthdata.nasa.gov/esds/competitive-programs/measures/nasadem
This is good! Probable next step: add bidirectional versions of search algorithms.
This issue makes an excellent case for implementing algorithms as structs, not functions. Caching greatly improves performance, and there's enough precedence for it- [Boost graph](https://github.com/boostorg/graph/blob/develop/include/boost/graph/breadth_first_search.hpp) does it well, and Deitmar...
Probably useful but pretty badly implemented. Try running on a large-ish dataset (https://snap.stanford.edu/data/cit-Patents.html)
Hit the same issue today, `cargo clean` and restarting terminal worked!
@dkastl that doesn't really sound right. Couldn't there be a network-distance variation in the future? Or would that be subsumed by the matrix distance?
Do you need help with this?
Great, thanks! Though I'm still thinking, does this actually belong here, given that there are crates like fast_paths that are specifically designed for this algorithm?