Highlights
- Add no cyclic routing mode for vehicle route choice
- The default route choice model of UXsim allows the use of cyclic paths, that is, paths that contain the same node more than once.
- With
W = World(..., no_cyclic_routing=True), vehicles try to avoid traveling the same link or node twice to avoid such unrealistic cyclic routes.
- Add "lazy" method for analyzer's output directory creation
- We removed eager output-directory creation during analysis initialization and shifting directory creation closer to actual export/save actions
What's Changed
- Add citations badge to README by @toruseo in #269
- Add no cyclic routing mode by @toruseo in #274
- Update init.py by @toruseo in #275
- add "lazy" directory creation by @toruseo in #276
- update demos and examples by @toruseo in #277
Full Changelog: v1.12.0...v1.13.0