Releases: rinde/RinSim
Releases · rinde/RinSim
v4.4.6
v4.4.5
v4.4.4
v4.4.3
- GraphRoadRenderer and WarehouseRenderer now update upon graph changes.
- CommDevice.broadcast(MessageContents,double) added by Tom Houben.
- Added code of conduct and contributing docs.
- Updated examples and documentation.
v4.4.2
- Added support for GeomHeuristic in RouteFollowingVehicle (thanks to Vincent Van Gestel for the implementation and Christof Luyten for finding the bug).
v4.4.1
- Some small improvements in traffic generation system (thanks to Vincent Van Gestel).
v4.4.0
- Added support for using solvers in combination with graphs (thanks to Vincent Van Gestel).
- Added support for dynamic speeds in graphs, including support in the scenario-util module (thanks to Vincent Van Gestel).
- Many bugfixes and small additions (thanks to Christof Luyten for several bugfixes).
v4.3.0
v4.2.0
- Created adapters to allow RealtimeSolver instances to run in simulated time.
- Created MeasureableSolver and MeasureableRealtimeSolver interfaces that allows for measuring solver computation times.
- Experiment now has an option to create composite tasks for use in distributed setting, this can improve throughput (by reducing number of messages sent) when runtime of a single simulation is relatively short while the total number of simulations is long.
- Added convenience methods and bugfixes.
v4.1.1
- Improved JPPF integration
- Added point methods by Jens Claes, see this commit.