Skip to content

Releases: odow/SDDP.jl

v0.3.8

19 Jan 01:57
6dfd87d
Compare
Choose a tag to compare

SDDP v0.3.8

Diff since v0.3.7

Closed issues:

  • Add noise in the constraint matrix, in a vector (#368)

Merged pull requests:

  • [docs] Refinements of the theory tutorial (#367) (@odow)
  • Add a tutorial on risk aversion (#369) (@odow)
  • Minor improvements to theory tutorials (#370) (@odow)

v0.3.7

08 Jan 07:08
8518550
Compare
Choose a tag to compare

SDDP v0.3.7

Diff since v0.3.6

Merged pull requests:

v0.3.6

16 Dec 19:46
3247942
Compare
Choose a tag to compare

SDDP v0.3.6

Diff since v0.3.5

Merged pull requests:

v0.3.5

18 Nov 02:17
47644c8
Compare
Choose a tag to compare

SDDP v0.3.5

Diff since v0.3.4

Closed issues:

  • Use SDDP.jl to solve a simple routine economics problem. (#351)
  • issue with transition matrix in SDDP.MarkovianPolicyGraph (#353)

Merged pull requests:

v0.3.4

25 Aug 08:16
c8c078c
Compare
Choose a tag to compare

SDDP v0.3.4

Diff since v0.3.3

Closed issues:

  • User-specified nominal distributions in DRO (#117)
  • Add numerical recovery callback (#329)
  • SOF: add test_scenarios (#335)

Merged pull requests:

v0.3.3

19 Jun 03:08
872dcac
Compare
Choose a tag to compare

SDDP v0.3.3

Diff since v0.3.2

Closed issues:

  • Remove the need to specify initial bound (#222)
  • Forward pass plugins (#295)
  • state variable (#314)
  • A distributionally-robust risk measure based on the Wasserstein distance. (#315)
  • Numerical Stability Issues (#316)
  • Simulations (#317)
  • Random Variable in the Objective Function (#318)
  • Can state variable x.in be converted to an input parameter? (#319)
  • SDDP.OutOfSampleMonteCarlo (#321)
  • Asynchronous cuts with price states (#324)

Merged pull requests:

  • Add ForwardPass as a plug-in (#320) (@odow)
  • Relax check for probabilities in MarkovianGraph (#322) (@odow)
  • Implement async price and belief interpolations (#325) (@odow)

v0.3.2

05 Apr 17:04
481d5aa
Compare
Choose a tag to compare

SDDP v0.3.2

Diff since v0.3.1

Closed issues:

  • Add option to print every N iterations (#306)
  • multi-dimensional noise term in the objective function (#308)
  • SDDP.jl installation errors on Julia 1.0.5 (#309)
  • Deterministic Equivalent Infeasible (#310)
  • Multi-dimensional random variable in the objective function (#311)

Merged pull requests:

v0.3.1

26 Feb 02:07
ab23175
Compare
Choose a tag to compare

SDDP v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Update integrality_handlers.jl (#304) (@odow)

v0.3.0

19 Feb 17:06
ff628f5
Compare
Choose a tag to compare

SDDP v0.3.0

Diff since v0.2.4

Merged pull requests:

v0.2.4

06 Feb 17:09
v0.2.4
4c2a262
Compare
Choose a tag to compare

v0.2.4 (2020-02-06)

Diff since v0.2.3

Merged pull requests:

  • Add a counter for total solves (#301) (odow)
  • Add tests to improve code coverage (#299) (odow)
  • Update formatter (#298) (odow)