Skip to content

Commit 28a1234

Browse files
authored
Fix link in README
Fixed link to dams valley management example.
1 parent e6dbc98 commit 28a1234

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ number of stage, and can accomodate higher dimension state than standard dynamic
5151
The algorithm return exact lower bound and estimated upper bound as well as approximate optimal
5252
control strategies.
5353

54-
55-
5654
## Installation
5755
Installing StochDynamicProgramming is an easy process.
5856
Currently, the package depends upon `StochasticDualDynamicProgramming.jl`, which is not
@@ -69,7 +67,7 @@ julia> Pkg.add("StochDynamicProgramming")
6967
## Usage
7068

7169
IJulia Notebooks will be provided to explain how this package work.
72-
A first example on a two dams valley [here.] (http://nbviewer.jupyter.org/github/leclere/StochDP-notebooks/blob/master/notebooks/damsvalley.ipynb)
70+
A first example on a two dams valley [here](http://nbviewer.jupyter.org/github/leclere/StochDP-notebooks/blob/master/notebooks/damsvalley.ipynb).
7371

7472

7573
## Documentation

0 commit comments

Comments
 (0)