odow / SDDP.jl

A JuMP extension for Stochastic Dual Dynamic Programming
https://sddp.dev
Other
309 stars 61 forks source link

Typo in API Reference #576

Closed jarandh closed 1 year ago

jarandh commented 1 year ago

Hi, just letting you know that there is a typo in the API Reference on SDDP.simulate. It says incoming_state::Dict{String,Float64} = _intial_state(model) and not _initial_state(model).

odow commented 1 year ago

Thanks! Fix is here: https://github.com/odow/SDDP.jl/pull/577

odow commented 1 year ago

Just waiting to the documentation to finish rebuilding, https://github.com/odow/SDDP.jl/actions/runs/4537537276/jobs/7995489922, and then it'll be updated here: https://odow.github.io/SDDP.jl/latest/apireference/#SDDP.simulate.

If you spot other mistakes, you can edit the file by navigating to https://github.com/odow/SDDP.jl/blob/master/src/algorithm.jl, and then clicking the "edit this file" icon:

image

Make any changes, then scroll to the bottom and follow the instructions (essentially, just click the green buttons) to create a new pull request.

odow commented 1 year ago

Fixed by #577