Skip to content

v0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 03:08
· 272 commits to master since this release
872dcac

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)