File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,13 @@ EnsembleProblem(prob::DEProblem;
30
30
` rerun ` was true this will be ` 2 ` , ` 3 ` , etc. counting the number of times
31
31
problem ` i ` has been repeated.
32
32
- ` reduction ` : This function determines how to reduce the data in each batch.
33
- Defaults to appending the data from the batches. The second part of the output
34
- determines whether the simulation has converged. If ` true ` , the simulation
35
- will exit early. By default, this is always ` false ` .
33
+ Defaults to appending the ` data ` into ` u ` , initialised via ` u_data ` , from
34
+ the batches. ` I ` is a range of indices giving the trajectories corresponding
35
+ to the batches. The second part of the output determines whether the simulation
36
+ has converged. If ` true ` , the simulation will exit early. By default, this is
37
+ always ` false ` .
38
+ - ` u_init ` : The initial form of the object that gets updated in-place inside the
39
+ ` reduction ` function.
36
40
- ` safetycopy ` : Determines whether a safety ` deepcopy ` is called on the ` prob `
37
41
before the ` prob_func ` . By default, this is true for any user-given ` prob_func ` ,
38
42
as without this, modifying the arguments of something in the ` prob_func ` , such
You can’t perform that action at this time.
0 commit comments