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.
1 parent 0b60599 commit a6aad48Copy full SHA for a6aad48
source-code/hydra/README.md
@@ -6,6 +6,7 @@ in the context of scientific software.
6
It support configuration file handling, command line arguments, logging,
7
multiruns and so on.
8
9
+
10
## What is it?
11
12
1. `gen_rand.py`: Python script to write random numbers to standard
@@ -17,14 +18,15 @@ multiruns and so on.
17
18
1. `debug.py`: Python script that simply prints the configuration settings for
19
debugging purposes.
20
21
22
## How to use it?
23
Run with configuratino file settings:
24
```bash
25
$ ./gen_rand.py
26
```
27
To increase the number of random values:
28
-$ ./gen_rand.py 10
29
+$ ./gen_rand.py n=10
30
31
32
To use a uniform distribution:
0 commit comments