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 26de7c7 commit 1cabe58Copy full SHA for 1cabe58
source-code/hydra/README.md
@@ -14,3 +14,23 @@ multiruns and so on.
14
1. `config.yaml`: configuration file with the defaults.
15
1. `distr/gauss.yaml`: configuration file for the Gaussian distirubtion.
16
1. `distr/uniform.yaml`: configuration file for the uniform distirubtion.
17
+
18
+## How to use it?
19
+Run with configuratino file settings:
20
+```bash
21
+$ ./gen_rand.py
22
+```
23
+To increase the number of random values:
24
25
+$ ./gen_rand.py 10
26
27
28
+To use a uniform distribution:
29
30
+$ ./gen_rand.py distr=uniform
31
32
33
+To use a uniform distribution between -1 and 0:
34
35
+$ ./gen_rand.py distr=uniform distr.a=-1.0 distr.b=0.0
36
0 commit comments