Skip to content

Commit

Permalink
Update docs/terminology.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benwandrew authored Oct 20, 2023
1 parent 4cca60b commit 457df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following table includes naming conventions used throughout AutoRA.
| Model | A State field that holds the the collection of best fit equations produced by theorists. | Theorists, Experimentalists |
| Components | The objects that can act on the State (e.g., experimentalists, experiment runners, theorists). | Experimentalists, Experiment Runners, Theorists |
| Experimentalist | A component that outputs new conditions, which are intended to yield novel observations. | Experimentalists |
| Theorist | A module that takes in the full collection of conditions and observations and outputs equations that link the two (i.e., models) | Theorists |
| Theorist | A component that takes in the full collection of conditions and observations and outputs models that link the two. | Theorists |
| Experiment Runner | A module that takes in conditions and collects corresponding observations. | Experiment Runners |
| Wrapper | Special functions that make the components of AutoRA able to operate on State objects. | Experimentalists, Experiment Runners, Theorists |
| Workflow | A collection of tools that enable closed-loop empirical research with the AutoRA framework. | Experimentalists, Experiment Runners, Theorists |
Expand Down

0 comments on commit 457df8d

Please sign in to comment.