|
4 | 4 | **WARNING:** *This package is currently in development. Any help or feedback is appreciated.* |
5 | 5 |
|
6 | 6 |
|
7 | | -**Latest release:** 0.1.3 |
| 7 | +**Latest release:** 0.3.0 |
8 | 8 |
|
| 9 | +| **Documentation** | **Build Status** | **Social** | |
| 10 | +|:-----------------:|:----------------:|:----------:| |
| 11 | +| | [![Build Status][build-img]][build-url] | [![Gitter][gitter-img]][gitter-url] | |
| 12 | +| [![][docs-stable-img]][docs-stable-url] | [![Codecov branch][codecov-img]][codecov-url] | [<img src="https://upload.wikimedia.org/wikipedia/en/a/af/Discourse_logo.png" width="64">][discourse-url] | |
9 | 13 |
|
10 | | -[](https://travis-ci.org/JuliaOpt/StochDynamicProgramming.jl) |
11 | | -[](https://codecov.io/github/JuliaOpt/StochDynamicProgramming.jl?branch=master) |
12 | 14 |
|
13 | 15 |
|
14 | 16 | This is a Julia package for optimizing controlled stochastic dynamic system (in discrete time). It offers three methods of resolution : |
15 | 17 |
|
| 18 | +- *Stochastic Dual Dynamic Programming* (SDDP) algorithm. |
16 | 19 | - *Extensive formulation*. |
17 | 20 | - *Stochastic Dynamic Programming*. |
18 | | -- *Stochastic Dual Dynamic Programming* (SDDP) algorithm. |
19 | 21 |
|
20 | | -It is built upon [JuMP](https://github.com/JuliaOpt/JuMP.jl) |
| 22 | + |
| 23 | +It is built upon [JuMP] |
21 | 24 |
|
22 | 25 | ## What problem can we solve with this package ? |
23 | 26 |
|
@@ -86,3 +89,17 @@ make html |
86 | 89 | ## License |
87 | 90 |
|
88 | 91 | Released under Mozilla Public License (see LICENSE.md for further details). |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +[build-img]: https://travis-ci.org/JuliaOpt/StochDynamicProgramming.jl.svg?branch=master |
| 96 | +[build-url]: https://travis-ci.org/JuliaOpt/StochDynamicProgramming.jl |
| 97 | +[codecov-img]: https://codecov.io/github/JuliaOpt/StochDynamicProgramming.jl/coverage.svg?branch=master |
| 98 | +[codecov-url]: https://codecov.io/github/JuliaOpt/StochDynamicProgramming.jl?branch=master |
| 99 | +[gitter-url]: https://gitter.im/JuliaOpt/StochasticDualDynamicProgramming.jl |
| 100 | +[gitter-img]: https://badges.gitter.im/JuliaOpt/StochasticDualDynamicProgramming.jl.svg |
| 101 | +[discourse-url]: https://discourse.julialang.org/c/domain/opt |
| 102 | +[JuMP]: https://github.com/JuliaOpt/JuMP.jl |
| 103 | +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
| 104 | +[docs-stable-url]: http://stochdynamicprogramming.readthedocs.io/en/latest/ |
| 105 | + |
0 commit comments