Skip to content

Tags: ChrisFuelOR/SDDP.jl

Tags

v0.3.14

Toggle v0.3.14's commit message
[Diff since v0.3.13](odow/SDDP.jl@v0.3.13...v0.3.14)

**Closed issues:**
- Add guidance to documentation to solve large model (odow#392)

**Merged pull requests:**
- Fix O(n^2) function in algorithm.jl (odow#393) (@odow)

v0.3.13

Toggle v0.3.13's commit message
[Diff since v0.3.12](odow/SDDP.jl@v0.3.12...v0.3.13)

**Merged pull requests:**
- Update Project.toml (odow#388) (@jd-lara)

v0.3.12

Toggle v0.3.12's commit message
[Diff since v0.3.11](odow/SDDP.jl@v0.3.11...v0.3.12)

**Closed issues:**
- Print description of the model in the header (odow#380)
- Relax plotting code to allow Dict{String,Any} dicts to be passed (odow#381)

**Merged pull requests:**
- Relax visualization requirements (odow#384) (@odow)
- Add problem statistics in header (odow#385) (@odow)
- Add a count of scenarios to the header (odow#386) (@odow)

v0.3.11

Toggle v0.3.11's commit message
[Diff since v0.3.10](odow/SDDP.jl@v0.3.10...v0.3.11)

**Closed issues:**
- Reusing the Gurobi environment (odow#377)
- Can I have the max function in the objective cost function? (odow#378)

**Merged pull requests:**
- Update 01_first_steps.jl (odow#379) (@odow)
- Update user_interface.jl (odow#383) (@odow)

v0.3.10

Toggle v0.3.10's commit message
[Diff since v0.3.9](odow/SDDP.jl@v0.3.9...v0.3.10)

**Merged pull requests:**
- Update publication_plot.jl (odow#376) (@odow)

v0.3.9

Toggle v0.3.9's commit message
[Diff since v0.3.8](odow/SDDP.jl@v0.3.8...v0.3.9)

**Closed issues:**
- Modify constraint coefficients in-place during cut selection (odow#68)
- Create a hybrid method for price interpolation (odow#97)
- Proposal: Iteration Schemes (odow#116)
- Parallel optimization of RHS Noises (odow#159)
- Implement average cost infinite horizon (odow#179)
- SMPS reader (odow#241)
- Add cut patterns to SDDiP (odow#257)
- SDDiP doesn't respect tolerances (odow#264)
- Numerical stability II (odow#269)
- New cut_type: Stochastic cutting plane  (odow#275)
- Add option to start simulation at arbitrary state (odow#331)
- how parallelize the simulations (odow#342)
- Can you use MC homogenies and non-homogenies?  (odow#350)
- Minor warning annoyance when using Publication Plots (odow#374)

**Merged pull requests:**
- Add option to simulate with different incoming state (odow#372) (@odow)
- Add warning when adding cuts with high dynamic range (odow#373) (@odow)
- Update publication_plot.jl (odow#375) (@odow)

v0.3.8

Toggle v0.3.8's commit message
[Diff since v0.3.7](odow/SDDP.jl@v0.3.7...v0.3.8)

**Closed issues:**
- Add noise in the constraint matrix, in a vector (odow#368)

**Merged pull requests:**
- [docs] Refinements of the theory tutorial (odow#367) (@odow)
- Add a tutorial on risk aversion (odow#369) (@odow)
- Minor improvements to theory tutorials (odow#370) (@odow)

v0.3.7

Toggle v0.3.7's commit message
[Diff since v0.3.6](odow/SDDP.jl@v0.3.6...v0.3.7)

**Merged pull requests:**
- [docs] An intro to SDDP (odow#362) (@odow)
- Refactor examples to docs (odow#363) (@odow)
- Bump copyright year (odow#364) (@odow)
- [docs] Refine the theory tutorial (odow#365) (@odow)
- [docs] more tweaks to Theory I (odow#366) (@odow)

v0.3.6

Toggle v0.3.6's commit message
[Diff since v0.3.5](odow/SDDP.jl@v0.3.5...v0.3.6)

**Merged pull requests:**
- Minor typos (odow#358) (@rtwalker)
- Collapse navigation in docs (odow#359) (@odow)
- Update TagBot.yml (odow#361) (@odow)

v0.3.5

Toggle v0.3.5's commit message
## SDDP v0.3.5

[Diff since v0.3.4](odow/SDDP.jl@v0.3.4...v0.3.5)


**Closed issues:**
- Use SDDP.jl to solve a simple routine economics problem. (odow#351)
- issue with transition matrix in SDDP.MarkovianPolicyGraph (odow#353)

**Merged pull requests:**
- Update citations (odow#348) (@odow)
- Update CI and loosen probability check (odow#355) (@odow)
- Update Project.toml (odow#356) (@odow)