You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,10 @@ This will output:
34
34
Usage: automaton [OPTION...] [SEED]...
35
35
MPI-based distributed 2D cellular automaton.
36
36
37
-
-e, --early_stopping=NUM If 0, early stopping is suppres
38
-
sed.
37
+
-e, --early_stopping=NUM If 0, early stopping is suppressed.
39
38
-i, --print_interval=NUM Number of steps between printing stats.
40
39
-l, --length=NUM Side length.
41
-
-m, --max_steps=NUM Maximum number of steps.
42
-
40
+
-m, --max_steps=NUM Maximum number of steps.
43
41
-p, --prob=NUM Probability of a cell being alive.
44
42
-w, --write_to_file=NUM If 0, final IO is suppressed.
0 commit comments