-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
CI TEST - DO NOT MERGE #510
Commits on Jan 9, 2024
-
The current method of skimming for A* produces out of bound accesses for A*. This occurs when it reconsiders more nodes than are in the network. The `reached_view` array is primarily for skimming, as such I've disabled skimming for A*. Skimming for early exit Dijkstra's should also be reconsidered.
Configuration menu - View commit details
-
Copy full SHA for 3a3488f - Browse repository at this point
Copy the full SHA 3a3488fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32e91a - Browse repository at this point
Copy the full SHA c32e91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf8b4e - Browse repository at this point
Copy the full SHA 7bf8b4eView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b80b6ea - Browse repository at this point
Copy the full SHA b80b6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e37811 - Browse repository at this point
Copy the full SHA 3e37811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a864c5 - Browse repository at this point
Copy the full SHA 1a864c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291bdc0 - Browse repository at this point
Copy the full SHA 291bdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93526c0 - Browse repository at this point
Copy the full SHA 93526c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c449df - Browse repository at this point
Copy the full SHA 1c449dfView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08de182 - Browse repository at this point
Copy the full SHA 08de182View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b0c54 - Browse repository at this point
Copy the full SHA a8b0c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08ecc0 - Browse repository at this point
Copy the full SHA a08ecc0View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f46026 - Browse repository at this point
Copy the full SHA 4f46026View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c74179b - Browse repository at this point
Copy the full SHA c74179bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b058d - Browse repository at this point
Copy the full SHA 62b058dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ddf8f4 - Browse repository at this point
Copy the full SHA 5ddf8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9aa21 - Browse repository at this point
Copy the full SHA 5e9aa21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5cdc6 - Browse repository at this point
Copy the full SHA 8d5cdc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614b77b - Browse repository at this point
Copy the full SHA 614b77bView commit details
Commits on Jan 17, 2024
-
Remove working_set, PO1 makes this redundant, reduce memory usage
Graphs should also been marked as seen regardless of if the destination is reachable
Configuration menu - View commit details
-
Copy full SHA for e14809c - Browse repository at this point
Copy the full SHA e14809cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 129360c - Browse repository at this point
Copy the full SHA 129360cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc95778 - Browse repository at this point
Copy the full SHA dc95778View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82204ba - Browse repository at this point
Copy the full SHA 82204baView commit details -
Move
RouteChoice.run
to be wrapper aroundRouteChoice.batched
No need for both methods
Configuration menu - View commit details
-
Copy full SHA for 1313f3c - Browse repository at this point
Copy the full SHA 1313f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bacc76c - Browse repository at this point
Copy the full SHA bacc76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6536f - Browse repository at this point
Copy the full SHA 4d6536fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e55a433 - Browse repository at this point
Copy the full SHA e55a433View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7647b9 - Browse repository at this point
Copy the full SHA e7647b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bd7f7 - Browse repository at this point
Copy the full SHA 80bd7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45fc9f - Browse repository at this point
Copy the full SHA b45fc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e442f1 - Browse repository at this point
Copy the full SHA 4e442f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b65f66 - Browse repository at this point
Copy the full SHA 4b65f66View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0b5cbd - Browse repository at this point
Copy the full SHA f0b5cbdView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9552907 - Browse repository at this point
Copy the full SHA 9552907View commit details
Commits on Feb 2, 2024
-
Merge branch 'develop' of github.com:AequilibraE/aequilibrae into rou…
…te_choice # Conflicts: # setup.py
pveigadecamargo committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 5253500 - Browse repository at this point
Copy the full SHA 5253500View commit details -
pveigadecamargo committed
Feb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 9089fea - Browse repository at this point
Copy the full SHA 9089feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92edd72 - Browse repository at this point
Copy the full SHA 92edd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007e934 - Browse repository at this point
Copy the full SHA 007e934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488006f - Browse repository at this point
Copy the full SHA 488006fView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e668a9 - Browse repository at this point
Copy the full SHA 0e668a9View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85fdb12 - Browse repository at this point
Copy the full SHA 85fdb12View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eecaaa3 - Browse repository at this point
Copy the full SHA eecaaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945e8a9 - Browse repository at this point
Copy the full SHA 945e8a9View commit details -
In what I consider a bad move, the PyPi wheel installation of pyarrow requires modifying the installation environment to create symlinks for the linker.
Configuration menu - View commit details
-
Copy full SHA for e3ea0c6 - Browse repository at this point
Copy the full SHA e3ea0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c39a8b - Browse repository at this point
Copy the full SHA 4c39a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f18d13c - Browse repository at this point
Copy the full SHA f18d13cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad188b - Browse repository at this point
Copy the full SHA 9ad188bView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c79a17 - Browse repository at this point
Copy the full SHA 6c79a17View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3677b6 - Browse repository at this point
Copy the full SHA d3677b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ed6a4 - Browse repository at this point
Copy the full SHA b5ed6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738a657 - Browse repository at this point
Copy the full SHA 738a657View commit details
Commits on Feb 15, 2024
-
Add parallelised sparse frequency implementation and test
Code is unprofiled, I'm not sure if this is the best approach but it works well. It works by stacking all the paths in a route set into a big vector, then sorting it. By sorting it all the links become grouped and we can just count their occurrences. This has the added benefit of the resulting frequency arrays being sorted so we can bisect then later. Generally this has really simple memory accesses and is easy to read. Another possible implementation might be to sort each path individually, then walk and merge them all (not adding duplicates). This is trickier, requires a lot of book keeping to walk n arrays correctly, upside is lower memory usage provided we sort inplace, if not then it should be the same.
Configuration menu - View commit details
-
Copy full SHA for 7d15ef0 - Browse repository at this point
Copy the full SHA 7d15ef0View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1543549 - Browse repository at this point
Copy the full SHA 1543549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31aaaad - Browse repository at this point
Copy the full SHA 31aaaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71257eb - Browse repository at this point
Copy the full SHA 71257ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7688d75 - Browse repository at this point
Copy the full SHA 7688d75View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0627e4 - Browse repository at this point
Copy the full SHA b0627e4View commit details
Commits on Feb 20, 2024
-
The great refactor, batch probability computations to dump to disk
Moves the computation of the path sized logit inside the main multithreaded loop, this lets us batch them as well and dump them to disk along with the reset of the tables. Enable multithreading by default. Catch a handle of memory leaks.
Configuration menu - View commit details
-
Copy full SHA for 8c46115 - Browse repository at this point
Copy the full SHA 8c46115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f195b8 - Browse repository at this point
Copy the full SHA 1f195b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44721e - Browse repository at this point
Copy the full SHA b44721eView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ebce09 - Browse repository at this point
Copy the full SHA 0ebce09View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 06b6a44 - Browse repository at this point
Copy the full SHA 06b6a44View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 293457a - Browse repository at this point
Copy the full SHA 293457aView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for bae7d0d - Browse repository at this point
Copy the full SHA bae7d0dView commit details -
Add ARM architectures for Linux and mac
pveigadecamargo committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for f112262 - Browse repository at this point
Copy the full SHA f112262View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for e9e660b - Browse repository at this point
Copy the full SHA e9e660bView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 2458f9a - Browse repository at this point
Copy the full SHA 2458f9aView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for b2d5d3d - Browse repository at this point
Copy the full SHA b2d5d3dView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for c9f2aaa - Browse repository at this point
Copy the full SHA c9f2aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab37eaf - Browse repository at this point
Copy the full SHA ab37eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df7565 - Browse repository at this point
Copy the full SHA 0df7565View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb9cfa - Browse repository at this point
Copy the full SHA ccb9cfaView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 9448e76 - Browse repository at this point
Copy the full SHA 9448e76View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 3df73da - Browse repository at this point
Copy the full SHA 3df73daView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for daf48a5 - Browse repository at this point
Copy the full SHA daf48a5View commit details -
Merge branch 'develop' of github.com:AequilibraE/aequilibrae into ped…
…ro/ci_test
pveigadecamargo committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f4413e - Browse repository at this point
Copy the full SHA 9f4413eView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for ebe3a19 - Browse repository at this point
Copy the full SHA ebe3a19View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 3dafd88 - Browse repository at this point
Copy the full SHA 3dafd88View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 0f954e4 - Browse repository at this point
Copy the full SHA 0f954e4View commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for f7ae37e - Browse repository at this point
Copy the full SHA f7ae37eView commit details -
pveigadecamargo committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for dd6723f - Browse repository at this point
Copy the full SHA dd6723fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d58e7cc - Browse repository at this point
Copy the full SHA d58e7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 315cbce - Browse repository at this point
Copy the full SHA 315cbceView commit details
Commits on Feb 21, 2024
-
pveigadecamargo committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for ba0d882 - Browse repository at this point
Copy the full SHA ba0d882View commit details -
pveigadecamargo committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f2ca20 - Browse repository at this point
Copy the full SHA 9f2ca20View commit details -
pveigadecamargo committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for f934c34 - Browse repository at this point
Copy the full SHA f934c34View commit details -
pveigadecamargo committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 66ffcc3 - Browse repository at this point
Copy the full SHA 66ffcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24de8f7 - Browse repository at this point
Copy the full SHA 24de8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad0579 - Browse repository at this point
Copy the full SHA cad0579View commit details -
Configuration menu - View commit details
-
Copy full SHA for a10c791 - Browse repository at this point
Copy the full SHA a10c791View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0548be6 - Browse repository at this point
Copy the full SHA 0548be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b2a8e - Browse repository at this point
Copy the full SHA a6b2a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0def11 - Browse repository at this point
Copy the full SHA d0def11View commit details -
Configuration menu - View commit details
-
Copy full SHA for eedb859 - Browse repository at this point
Copy the full SHA eedb859View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c32f2 - Browse repository at this point
Copy the full SHA e0c32f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b945c - Browse repository at this point
Copy the full SHA b4b945cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc3650 - Browse repository at this point
Copy the full SHA 9dc3650View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c77d5e6 - Browse repository at this point
Copy the full SHA c77d5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2c01b - Browse repository at this point
Copy the full SHA 3f2c01bView commit details