You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/quickstart.rst
+41-25Lines changed: 41 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,33 @@
4
4
SDDP: Step-by-step example
5
5
====================
6
6
7
-
This page gives a short introduction to the interface of this package. It explains the resolution with SDDP of a classical example: the management of a dam over one year with random inflow.
7
+
This page gives a short introduction to the interface of this package. It
8
+
explains the resolution with SDDP of a classical example: the management of a
9
+
dam over one year with random inflow.
8
10
9
11
Use case
10
12
========
11
-
In the following, :math:`x_t` will denote the state and :math:`u_t` the control at time :math:`t`.
12
-
We will consider a dam, whose dynamic is:
13
+
In the following, :math:`x_t` denotes the state and :math:`u_t` the control at time :math:`t`.
14
+
We consider a dam, whose dynamic is:
13
15
14
16
.. math::
15
17
x_{t+1} = x_t - u_t + w_t
16
18
17
-
At time :math:`t`, we have a random inflow :math:`w_t` and we choose to turbine a quantity :math:`u_t` of water.
19
+
At time :math:`t`, we have a random inflow :math:`w_t` and we choose to turbine
20
+
a quantity :math:`u_t` of water.
18
21
19
-
The turbined water is used to produce electricity, which is being sold at a price :math:`c_t`. At time :math:`t` we gain:
22
+
The turbined water is used to produce electricity, which is being sold at a
0 commit comments