Skip to content

Commit 59b7cd6

Browse files
Update readme
1 parent 5f9c955 commit 59b7cd6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ More theoretical details are available in the vignette: `vignette("computation_w
3333

3434
| Number of stocks | Multistock method | Classic reward function <br> (Classic Antares calls) | Iterative reward function <br> (Classic Antares calls) | Classic reward function <br> (PLAIA) | Full PLAIA <br> (reward + Bellman) |
3535
|------------------|--------------------------|:-----------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------:|:--------------------------------------------------------------------:|:------------------------------------------:|
36-
| Single stock || `runWaterValuesSimulation` +<br> `get_Reward` +<br> `Grid_Matrix` | `calculateBellmanWithIterativeSimulations` | `getBellmanValuesSequentialMultiStockWithPlaia` | `getBellmanValuesWithPlaia` |
37-
| Multiple stocks | Sequential | Not available (would require too many simulations) | `calculateBellmanWithIterativeSimulationsMultiStock` | `getBellmanValuesSequentialMultiStockWithPlaia` | `getBellmanValuesWithPlaia` |
38-
| Multiple stocks | Simultaneous (Global) | `getBellmanValuesFromOneSimulationMultistock` ||||
36+
| Single stock || `runWaterValuesSimulation()` +<br> `get_Reward()` +<br> `Grid_Matrix()` | `calculateBellmanWithIterativeSimulations()` | `getBellmanValuesSequentialMultiStockWithPlaia()` | `getBellmanValuesWithPlaia()` |
37+
| Multiple stocks | Sequential | Not available (would require too many simulations) | `calculateBellmanWithIterativeSimulationsMultiStock()` | `getBellmanValuesSequentialMultiStockWithPlaia()` | `getBellmanValuesWithPlaia()` |
38+
| Multiple stocks | Simultaneous (Global) | `getBellmanValuesFromOneSimulationMultistock()` ||||
3939

4040
**Legend**
4141

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ More theoretical details are available in the vignette:
2525

2626
## Methods Overview
2727

28-
| Number of stocks | Multistock method | Classic reward function <br> (Classic Antares calls) | Iterative reward function <br> (Classic Antares calls) | Classic reward function <br> (PLAIA) | Full PLAIA <br> (reward + Bellman) |
29-
|------------------|-----------------------|:-----------------------------------------------------------------:|:------------------------------------------------------:|:-----------------------------------------------:|:----------------------------------:|
30-
| Single stock || `runWaterValuesSimulation` +<br> `get_Reward` +<br> `Grid_Matrix` | `calculateBellmanWithIterativeSimulations` | `getBellmanValuesSequentialMultiStockWithPlaia` | `getBellmanValuesWithPlaia` |
31-
| Multiple stocks | Sequential | Not available (would require too many simulations) | `calculateBellmanWithIterativeSimulationsMultiStock` | `getBellmanValuesSequentialMultiStockWithPlaia` | `getBellmanValuesWithPlaia` |
32-
| Multiple stocks | Simultaneous (Global) | `getBellmanValuesFromOneSimulationMultistock` || ||
28+
| Number of stocks | Multistock method | Classic reward function <br> (Classic Antares calls) | Iterative reward function <br> (Classic Antares calls) | Classic reward function <br> (PLAIA) | Full PLAIA <br> (reward + Bellman) |
29+
|------------------|-----------------------|:-----------------------------------------------------------------------:|:------------------------------------------------------:|:-------------------------------------------------:|:----------------------------------:|
30+
| Single stock || `runWaterValuesSimulation()` +<br> `get_Reward()` +<br> `Grid_Matrix()` | `calculateBellmanWithIterativeSimulations()` | `getBellmanValuesSequentialMultiStockWithPlaia()` | `getBellmanValuesWithPlaia()` |
31+
| Multiple stocks | Sequential | Not available (would require too many simulations) | `calculateBellmanWithIterativeSimulationsMultiStock()` | `getBellmanValuesSequentialMultiStockWithPlaia()` | `getBellmanValuesWithPlaia()` |
32+
| Multiple stocks | Simultaneous (Global) | `getBellmanValuesFromOneSimulationMultistock()` || ||
3333

3434
**Legend**
3535

0 commit comments

Comments
 (0)