diff --git a/docs/terminology.md b/docs/terminology.md index 9e584bb9e..840a9ff5e 100644 --- a/docs/terminology.md +++ b/docs/terminology.md @@ -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 |