Skip to content

Commit 206f7c3

Browse files
committed
Update parallel backend options in Study class documentation
1 parent 55da176 commit 206f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/experiments/study.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def _run(self, n_jobs=1, parallel_backend="joblib", strict_reproducibility=False
364364
n_jobs: int
365365
Number of parallel jobs.
366366
parallel_backend: str
367-
Parallel backend to use. Either "joblib", "dask" or "sequential".
367+
Parallel backend to use. Either "joblib", "ray" or "sequential".
368368
strict_reproducibility: bool
369369
If True, all modifications have to be committed before running the experiments.
370370
Also, if relaunching a study, it will not be possible if the code has changed.

0 commit comments

Comments
 (0)