Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/toruseo/UXsim into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 19, 2024
2 parents 34d3f14 + ab41a52 commit f701c45
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,17 @@ results:

を引用してください.

## 更新と質問・議論

コード更新のcontributionは大歓迎です!
バグ修正などの小さな変更の場合は,pull requestを送ってください.
機能の大きな変更の場合は,まず[Issues](https://github.com/toruseo/UXsim/issues)ページでディスカッションを始めてください.

質問や提案がある場合は,[Issues](https://github.com/toruseo/UXsim/issues)ページに投稿してください(言語は英語または日本語).

私(瀬尾亨)は仕事の合間にこのプロジェクトに取り組んでいます.
反応が遅れる可能性があることをご了承ください.

## 謝辞

UXsimは交通流理論に関する様々な学術的成果に基づいています.この分野を進展させてきた皆様に感謝いたします.
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ The right is with DRL control scenario, where traffic signal can be changed by o
## Future Plans

- multi-lane link
- Note: The current model assumes that all links are 1 lane, and the reaction time of all drivers are the same. This means that all links have more or less the same capacity. It is not possible to model multi-lane links that have 2 or 3 times the capacity of 1-lane links. This is a theoretical limitation.
- Workarounds for the current model:
- Create multiple links between same node pair; each link corresponds to each lane between the nodes. This is a reasonable solution. However, the analysis becomes tedious.
- Reduce `capacity_out` parameter of `Link`. In this way, we can place a bottleneck to the end of a link, so that capacities of links can vary significantly. However, it only reduce the capacity. Also, the jam propagation speed becomes too fast or slow.
- day-to-day dynamics
- taxi and shared mobility (i.e., vehicles travel through a network by passing through specific nodes that are dynamically updated)
- network import from OSMnx
Expand All @@ -215,6 +211,16 @@ When publishing works based on from UXsim, please cite:
- Toru Seo. Macroscopic Traffic Flow Simulation: Fundamental Mathematical Theory and Python Implementation. Corona Publishing Co., Ltd., 2023.
- Toru Seo. UXsim: An open source macroscopic and mesoscopic traffic simulator in Python-a technical overview. arXiv preprint arXiv: 2309.17114, 2023

## Contributing and Discussion

Contribution is welcome!
For minor changes including bug fixes, please submit a pull request.
If you want a major change, please start a discussion at [Issues](https://github.com/toruseo/UXsim/issues) page first.

If you have any questions or suggestions, please start a discussion at [Issues](https://github.com/toruseo/UXsim/issues) page (in English or Japanese).

I (Toru Seo) work on this project in my spare time. Please understand that my response may be delayed.

## Acknowledgments

UXsim is based on various works in traffic flow theory. We would like to acknowledge the contributions of the research community in advancing this field.
Expand Down

0 comments on commit f701c45

Please sign in to comment.