Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
907cc73
1
Parent(s):
a369299
Improve readme
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
# Running:
|
2 |
|
|
|
|
|
3 |
`julia paralleleureqa.jl`
|
4 |
|
5 |
## Modification
|
@@ -23,5 +25,6 @@ The default number of processes is 10; this is set with
|
|
23 |
|
24 |
### Hyperparameters
|
25 |
|
26 |
-
Turn on annealing by setting the following in `paralleleureqa.jl
|
|
|
27 |
`const annealing = true`
|
|
|
1 |
# Running:
|
2 |
|
3 |
+
For now, just modify the script to your liking:
|
4 |
+
|
5 |
`julia paralleleureqa.jl`
|
6 |
|
7 |
## Modification
|
|
|
25 |
|
26 |
### Hyperparameters
|
27 |
|
28 |
+
Turn on annealing by setting the following in `paralleleureqa.jl`:
|
29 |
+
|
30 |
`const annealing = true`
|