Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odow/SDDP.jl

Stochastic Dual Dynamic Programming in Julia
https://github.com/odow/SDDP.jl

benders-decomposition julia jump markov-decision-process markov-decision-processes multistage-stochastic-integer multistage-stochastic-optimization optimal-control optimization sddip sddp stochastic-dual-dynamic-programming stochastic-integer stochastic-optimization stochastic-programming

Last synced: 3 months ago
JSON representation

Stochastic Dual Dynamic Programming in Julia

Awesome Lists containing this project

README

        

logo

# SDDP.jl

[![Build Status](https://github.com/odow/SDDP.jl/workflows/CI/badge.svg?branch=master)](https://github.com/odow/SDDP.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/odow/SDDP.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/odow/SDDP.jl)

[SDDP.jl](https://github.com/odow/SDDP.jl) is a JuMP extension for solving large
convex multistage stochastic programming problems using stochastic dual dynamic
programming.

## License

`SDDP.jl` is licensed under the [MPL 2.0 license](https://github.com/odow/SDDP.jl/blob/master/LICENSE.md).

## Documentation

You can find the documentation at [sddp.dev](https://sddp.dev).

## Help

If you need help, please [open a GitHub issue](https://github.com/odow/SDDP.jl/issues/new).