Skip to content

Releases: rinde/RinSim

v4.4.6

11 Jun 04:45
Compare
Choose a tag to compare
  • Fixed node occupancy bug related to a rounding error, first reported in this SO thread.
  • Reduced NPE risk in GraphRoadModelImpl, related to problem reported in this SO thread.
  • Added option to render node coordinates in WarehouseRenderer.

v4.4.5

20 May 00:33
Compare
Choose a tag to compare
  • Fixed bug in CommRenderer.

v4.4.4

07 May 05:16
Compare
Choose a tag to compare
  • Vehicle.getSpeed() is now non-final, allowing subclasses to specifiy variable speed.
  • RinSim now requires JDK 8 or higher to be build, source code is still Java 7.

v4.4.3

02 Apr 03:13
Compare
Choose a tag to compare
  • 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

04 May 14:54
Compare
Choose a tag to compare

v4.4.1

19 Apr 09:38
Compare
Choose a tag to compare

v4.4.0

14 Apr 13:03
Compare
Choose a tag to compare
  • 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

01 Dec 13:59
Compare
Choose a tag to compare
  • Refactored MeasurableSolver system, introduced Measurable interface.
  • Refactored PDPRoadModel system for compatibility with GraphRoadModel.
  • GraphRoadMoel builder that links to an external graph can now be serialized in a scenario.

v4.2.0

07 Nov 14:01
Compare
Choose a tag to compare
  • 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

27 Jul 08:29
Compare
Choose a tag to compare