Skip to content

Commit ff817da

Browse files
authored
[UPD] functions documentation
1 parent 8ba9e91 commit ff817da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/parallel_sddp.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import StochDynamicProgramming
33

44

55
"""
6-
Solve SDDP in parallel.
6+
Solve SDDP in parallel, dispatching both forward and backward passes to process,
7+
which is not the most standard parallelization of SDDP.
78
89
# Arguments
910
* `model::SPmodel`:
@@ -15,7 +16,7 @@ Solve SDDP in parallel.
1516
* `n_parallel_pass::Int`: default is 4
1617
Number of parallel pass to compute
1718
* `synchronize::Int`: default is 5
18-
Set when to synchronize the cuts between the different processes.
19+
Synchronize the cuts between the different processes every "synchronise" iterations
1920
* `display::Int`: default is 0
2021
Says whether to display results or not
2122

0 commit comments

Comments
 (0)