Skip to content

Commit b0c80e5

Browse files
committed
Minor polishing for docs
1 parent 275cd0f commit b0c80e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It organizes code, inputs, and outputs for experiments, records results, and let
88
### Motivation
99
Organizing the data that goes into and comes out of experiments, as well as maintaining the infrastructure for running them, is generally regarded as a tedious and mundane task.
1010
Often times we end up in a suboptimal environment improvised and hard-coded for each experiment.
11-
The problem is exacerbated when the experiments must be performed iteratively for exploring a large parameter space.
11+
The problem is exacerbated when the experiment runs must be performed iteratively for exploring a large parameter space.
1212
Easing this burden will enable us to more quickly make interesting discoveries from the data our experiments produce.
1313
"Data scientists" are emerging everywhere these days to ask questions in the form of computational experiments, and to discover new facts from the "big data" their institutions have accumulated.
1414
In fact, these computational and data-driven approaches have long been a standard method for doing science in many domains, and we see ever growing number of fields depending on computational experiments.

docs/features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, you can use <span class="sans-serif">3X</span> to play with small P
2525

2626
### Input Variables
2727
*Input variables* are what you want to vary between executions of your program.
28-
You can specify a finite set of discrete, symbolic values for each input variable, e.g., `insertionSort`, `quickSort`, and `mergeSort`, etc. for input variable `algo` that determines which sorting algorithm is used.
28+
You can specify a finite set of discrete, symbolic values for each input variable.
2929
<span class="sans-serif">3X</span> supplies values for the input variables to your experiment program in the form of environment variables.
3030
A filesystem directory is provided for each input variable and each value of it to let you organize relevant input files in a manifest way.
3131

0 commit comments

Comments
 (0)