Skip to content

Commit 577de8f

Browse files
committed
Add example of multirun
1 parent d2c7d99 commit 577de8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source-code/hydra/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ To use a different configuration file:
4444
```bash
4545
$ ./gen_rand.py -cn file_config.yaml
4646
```
47+
48+
To perform multiple runs with different parameter values:
49+
```bash
50+
$ ./gen_rand.py -m distr=uniform,gauss
51+
```

0 commit comments

Comments
 (0)