Skip to content

v4.2.0

Compare
Choose a tag to compare
@rinde rinde released this 07 Nov 14:01
· 222 commits to master since this release
  • 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.