Skip to content

Releases: JuliaStochOpt/StochDynamicProgramming.jl

v0.6.0

06 Apr 15:01
Compare
Choose a tag to compare

StochDynamicProgramming v0.6.0

Diff since v0.5.0

Closed issues:

  • Move StochDynamicProgramming.jl inside JuliaStochOpt community (#160)
  • example/dam.jl calls solver.jl (#161)
  • Run femtocleaner (#166)
  • Missing DocStringExtensions in REQUIRE of latest release v0.5.0 (#167)
  • incompatible with Julia 1.0 (#168)
  • StochDynamic Programming Fails to Load in Julia 1.0 (Nullable not defined) (#171)

Merged pull requests:

v0.5.0

15 Nov 11:42
73feb49
Compare
Choose a tag to compare

You can now use SDDP with risk measure.

v0.4.0

09 Jun 21:12
Compare
Choose a tag to compare

See release note in NEWS.md

StochDynamicProgramming v0.3.0

06 Mar 10:21
Compare
Choose a tag to compare

Update syntax to JuMP 0.16

Version 0.2.0

28 Sep 15:16
Compare
Choose a tag to compare
  • cleaning of main SDDP functions for more modularity
  • add quadratic regularization
  • add cut-pruning methods
  • update to julia v0.5
  • bug corrections

v0.1.2

21 Jun 06:26
Compare
Choose a tag to compare
  • Update to JuMP 0.13
  • Add a proper way to define final cost with JuMP
  • return control in extensive formulation

version V0.1.1

02 May 12:34
Compare
Choose a tag to compare
  • Add exact cut pruning function
  • Improve code coverage
  • Improve documentation

Release v0.1.0

14 Apr 06:48
Compare
Choose a tag to compare

First release of StochDynamicProgramming