Skip to content

v1.13.0

Latest

Choose a tag to compare

@toruseo toruseo released this 27 Mar 08:26
· 65 commits to main since this release
102a936

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

Full Changelog: v1.12.0...v1.13.0