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 457df8d commit c864f4d
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 @@ -14,7 +14,7 @@ The following table includes naming conventions used throughout AutoRA.
| 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 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 |
| Experiment Runner | A component 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 |
| Cycle | A workflow tool that allows AutoRA components to be chained together in serial loops. | Experimentalists, Experiment Runners, Theorists |
Expand Down

0 comments on commit c864f4d

Please sign in to comment.