Skip to content

Releases: JuliaStochOpt/StochDynamicProgramming.jl

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 15:01

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

Choose a tag to compare

@Henri-Gerard Henri-Gerard released this 15 Nov 11:42
73feb49

You can now use SDDP with risk measure.

v0.4.0

Choose a tag to compare

@frapac frapac released this 09 Jun 21:12

See release note in NEWS.md

StochDynamicProgramming v0.3.0

Choose a tag to compare

@frapac frapac released this 06 Mar 10:21

Update syntax to JuMP 0.16

Version 0.2.0

Choose a tag to compare

@frapac frapac released this 28 Sep 15:16
  • 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

Choose a tag to compare

@frapac frapac released this 21 Jun 06:26
  • Update to JuMP 0.13
  • Add a proper way to define final cost with JuMP
  • return control in extensive formulation

version V0.1.1

Choose a tag to compare

@leclere leclere released this 02 May 12:34
  • Add exact cut pruning function
  • Improve code coverage
  • Improve documentation

Release v0.1.0

Choose a tag to compare

@frapac frapac released this 14 Apr 06:48

First release of StochDynamicProgramming