File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ The keyword arguments take in the arguments for the common solver interface and
154
154
pass them to the solver. The `ensemblealg` is optional, and will
155
155
default to `EnsembleThreads()`. The special keyword arguments to note are:
156
156
157
- - `trajectories`: The number of simulations to run. This argument is required.
158
- - `batch_size` : The size of the batches on which the reductions are applies. Defaults to `trajectories`.
159
- - `pmap_batch_size`: The size of the `pmap` batches. Default is
157
+ - `trajectories`: The number of simulations to run. This argument is required.
158
+ - `batch_size` : The size of the batches on which the reductions are applies. Defaults to `trajectories`.
159
+ - `pmap_batch_size`: The size of the `pmap` batches. Default is
160
160
`batch_size÷100 > 0 ? batch_size÷100 : 1`
161
161
"""
162
162
function __solve (prob:: AbstractEnsembleProblem ,
You can’t perform that action at this time.
0 commit comments