Releases: agents4its/mobilitytestbed
Releases · agents4its/mobilitytestbed
Version 2.0.
- Added the source codes of AgentPolis platform (agentpolis.org) to the project.
- Reorganized and renamed some projects and packages to make more sense.
- Revised logic constructors and divided them among individual examples.
- Centralized and decentralized examples now have their own separate projects (not only packages like in ver. 1.2.).
- Implemented automated propagation of non-GitHub commits to main GitHub repo.
- Ready-to-use Eclipse projects are now in the repo and should stay up-to-date even after future commits.
- Several changes in the API.
- Agents can now send string messages to each other.
- Included much more advanced benchmark generator classes, which detect city center locations by using OSM tags, and use them to generate more realistic spatial distribution of travel requests (in addition to time distribution from ver. 1.2.).
- Added LookAt KML tags to generated visualization, so that users don't need to adjust two time sliders every time they load the visualization in Google Earth.
- Visualization icons are now loaded from "data" folder in the benchmark package (can be changed by users) and stored in KMZ files. This also solves the problem with hotlinking some external images and removes the dependency on internet connection.
- Fixed some minor bugs in visualization.
- Removed some deprecated main classes.
Version 1.3.
Preparations for release version 2.0.
Version 1.2.
Interpolated vehicle movement in visualizations.
Refactored code.
Aggregated results more complete.
Added some convenience functions in the DriverLogic class.
Version 1.1.
Simplified simulation settings.
Modified visualizations.
Initial release
Centralized (DARP) and decentralized coordination mechanisms are supported.
Visualizations enabled as KML/KMZ files readable by Google Earth.
Aggregate metrics are computed.
Exogenous traffic intensities are not fully implemented yet.