Skip to content

Commit

Permalink
Update docs/terminology.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Gerrard Holland <[email protected]>
  • Loading branch information
benwandrew and hollandjg authored Oct 25, 2023
1 parent 056ae4f commit 156c53d
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 @@ -5,7 +5,7 @@ The following table includes naming conventions used throughout AutoRA.
| Term | Description | Relevant Modules |
|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
| State | Base object that has all relevant fields and which uses the Delta mechanism to modify those fields. | Core |
| Delta | An object that determines the extension behavior of State objects. | Core |
| Delta | An object with new data that can be added to a State, returning a new State which includes the new data. | Core |
| StandardState | An optional default State that has the following fields: variables, conditions, experiment_data, models. | Core |
| Variables | A State field that holds experimental variables, which are defined according to name, type, units, allowed values, and range. | Experimentalists, Experiment Runners, Theorists |
| VariableCollection | Immutable metadata about dependent variables, independent variables, and covariates. | Experimentalists, Experiment Runners, Theorists |
Expand Down

0 comments on commit 156c53d

Please sign in to comment.