Skip to content

Releases: Zinoex/IntervalMDP.jl

v0.3.0

23 May 09:52

Choose a tag to compare

IntervalMDP v0.3.0

Diff since v0.2.1

Merged pull requests:

  • Control synthesis on CUDA (#37) (@Zinoex)
  • Remove intermediate probability (#39) (@Zinoex)
  • Dense CUDA transition probability matrices (#41) (@Zinoex)

Closed issues:

  • O-maximization for dense CUDA matrices (#10)
  • Automatically adapt CUDA kernel launch configuration (#16)
  • Analyze CUDA performance trace for small arrays (#18)
  • Analyze if more threads for probability assignment on CUDA is more efficient (#20)
  • Control synthesis (#25)

v0.2.1

24 Apr 19:11

Choose a tag to compare

IntervalMDP v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Add safety checks for transition probabilities (#34) (@Zinoex)
  • Unify value function (#36) (@Zinoex)

v0.2.0

29 Mar 12:51

Choose a tag to compare

IntervalMDP v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Add tests for data read/write and fix bugs uncovered (#29) (@Zinoex)
  • Fix documentation of reading and writing our own data format (#31) (@Zinoex)
  • Indentation apparently wasn't caught. (#32) (@Zinoex)

v0.1.0

08 Jan 18:34

Choose a tag to compare

IntervalMDP v0.1.0

Merged pull requests:

Closed issues:

  • CUDA parallel sorting (#3)
  • Update symbols for parametric types (#4)
  • IMDP (#7)
  • Test Interval Value Iteration (#11)
  • Incremental contruction of IMDP/IMC (#13)
  • Use view and reshape to avoid allocating memory (#17)
  • Remove Vector of StateIntervalProbabilities (#21)
  • Reward optimization (#26)