Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 05:12
· 20 commits to master since this release
7db799e

SDDP v1.8.0

Diff since v1.7.0

Merged pull requests:

  • [docs] clarify monotonicity of bound in first_steps.jl (#747) (@odow)
  • Add Threaded parallel scheme (#758) (@odow)
  • Misc maintenance fixes and updates (#759) (@odow)
  • Prep for v1.8.0 (#760) (@odow)

Closed issues:

  • Multithreading parallelism (#599)
  • Multiplying random variables will result in an error. This is related to nonlinear programming. (#739)
  • Multiply two variables (#744)
  • Does SDDP.jl support modeling with endogenous uncertainty and custom decision rules? (#745)
  • Clarify documentation of non monotonic bound (#746)
  • Cuts with really small coefficents (#748)
  • Can I define a constraint that correlates state variables from multiple nodes? (#749)
  • Does SDDP.jl support polytopic uncertainty? (#750)
  • UnicyclicGraph with Integer variables (#751)
  • Runtime specified variable naming (#752)
  • Some questions on parameterizing the subproblem and numerical issues (#753)
  • ERROR: TypeError: in keyword argument incoming_state, expected Dict{Symbol, Float64}, got a value of type Dict{Symbol, Any} (#754)
  • Some questions about model debugging (#756)
  • How to save a trained model? (#757)