Skip to content

Commit

Permalink
updated order of terms introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick committed Oct 21, 2024
1 parent 8572b4a commit 5c46b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Core Functionality
# Workflow & State Mechanics

AutoRA includes core functionality for running AutoRA experiments organized into these submodules:
AutoRA includes core functionality for defining empirical research workflows. This core functionality is organized into these submodules:

- `autora.state`, which underpins the unified `State` interface for writing experimentalists, experiment runners and
- `autora.variable`, for representing experimental metadata describing the type and domain of variables
- `autora.state`, which underpins the unified `State` interface for interacting with experimentalists, experiment runners and
theorists
- `autora.serializer`, utilities for saving and loading `States`
- `autora.workflow`, command line tools for running experimentalists, experiment runners and theorists
- `autora.variable`, for representing experimental metadata describing the type and domain of variables
- `autora.utils`, utilities and helper functions not linked to any specific core functionality

It also provides some basic experimentalists in the `autora.experimentalist` submodule. However, most
Expand Down

0 comments on commit 5c46b0c

Please sign in to comment.