We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba9e91 commit ff817daCopy full SHA for ff817da
examples/parallel_sddp.jl
@@ -3,7 +3,8 @@ import StochDynamicProgramming
3
4
5
"""
6
-Solve SDDP in parallel.
+Solve SDDP in parallel, dispatching both forward and backward passes to process,
7
+which is not the most standard parallelization of SDDP.
8
9
# Arguments
10
* `model::SPmodel`:
@@ -15,7 +16,7 @@ Solve SDDP in parallel.
15
16
* `n_parallel_pass::Int`: default is 4
17
Number of parallel pass to compute
18
* `synchronize::Int`: default is 5
- Set when to synchronize the cuts between the different processes.
19
+ Synchronize the cuts between the different processes every "synchronise" iterations
20
* `display::Int`: default is 0
21
Says whether to display results or not
22
0 commit comments