We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483770 commit 03b75e8Copy full SHA for 03b75e8
RunSimulation.py
@@ -9,7 +9,7 @@
9
10
usage = """Usage: ./RunSimulation.py <random seed> <network size> <trials> <disable frequency> [<data output file>]
11
During each trial, the disable frequency is multiplied by the trial number to get the number of nodes to disable for that trial.
12
-Training will perform half the network size worth of random lookups before testing default is n."""
+Training will perform half the network size worth of random lookups before testing."""
13
14
out_filename = "data.out"
15
if len(sys.argv) < 5:
0 commit comments