Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #34

Merged
merged 10 commits into from
Sep 7, 2017
Merged

Documentation #34

merged 10 commits into from
Sep 7, 2017

Conversation

odow
Copy link
Owner

@odow odow commented Sep 7, 2017

Other relevant docs

https://web.stanford.edu/~lcambier/fast/
https://stochdynamicprogramming.readthedocs.io/en/latest/
https://blegat.github.io/StructDualDynProg.jl/latest/

http://www.juliaopt.org/MathOptInterface.jl/latest/

Manual

  • Quick start
  • What types of problems can we solve
  • Cut Oracles
  • Risk measures
  • Value functions

Add doc strings for all exported functions

  • SDDPModel
  • @state
  • @states
  • @noise
  • @noises
  • setnoiseprobability!
  • stageobjective!
  • @stageobjective
  • DefaultCutOracle
  • DematosCutOracle
  • Expectation
  • NestedAVaR
  • MonteCarloSimulation
  • BoundConvergence
  • Serial
  • Asyncronous
  • solve
  • simulate
  • @visualise
  • getbound
  • loadcuts!
Risk measure overloads
  • AbstractRiskMeasure
  • modifyprobability!
Cut oracle overloads
  • AbstractCutOracle
  • storecut!
  • validcuts

@odow odow merged commit 75d1e37 into master Sep 7, 2017
@odow odow deleted the docs branch September 11, 2017 05:16
This was referenced Jun 7, 2018
odow added a commit that referenced this pull request Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant