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.
2 parents ac56adc + 362bc78 commit 36a6ba1Copy full SHA for 36a6ba1
docs/src/features/ensemble.md
@@ -30,7 +30,7 @@ EnsembleProblem(prob::DEProblem;
30
`rerun` was true this will be `2`, `3`, etc. counting the number of times
31
problem `i` has been repeated.
32
- `reduction`: This function determines how to reduce the data in each batch.
33
- Defaults to appending the `data` into `u`, initialised via `u_data`, from
+ Defaults to appending the `data` into `u`, initialised via `u_init`, 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
0 commit comments