33` ado ` is a tool for systematically exploring, measuring, and analysing a space
44of entities - for example, configurations, systems and substances. It is built
55on three core concepts: ** Discovery Space** , ** Operation** and ** Sample Store** .
6- In brief, you define a Discovery Space, apply an Operation to it, and store the
7- results in a Sample Store.
6+ In brief, you define a Discovery Space, apply an Operation to it, and the
7+ results are automatically store in a Sample Store.
88
99## Discovery Space
1010
11- A ** Discovery Space** defines how to answer the following questions: three
12- questions:
11+ A ** Discovery Space** answers the following questions:
1312
1413| Question | Concept | Description |
1514| ----------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
@@ -31,17 +30,17 @@ Discovery Space.
3130Defining an Operation involves specifying the ` operator ` to use (the Python
3231module that implements the operation) and the parameter values to set.
3332
34- There are two broad classes of Operation: explore operations sample and measure
35- points from a Discovery Space; analysis operations process the data currently
36- collected in a Discovery Space to provide insights.
33+ There are two broad classes of Operation: ** explore** ** operations** sample and
34+ measure points from a Discovery Space; ** analysis** ** operations** process the
35+ data currently collected in a Discovery Space to provide insights.
3736
3837You can run multiple explore operations on the same space. Each one can select
3938and measure new points, increasing the total amount of information available on
4039entities in the space. You can always view the entities sampled by each
4140Operation independently.
4241
43- The fact that the Discovery Space exists independently from any particular
44- Operation is a central innovation of ` ado ` .
42+ The fact that a Discovery Space exists independently of any particular Operation
43+ on it is a central innovation of ` ado ` .
4544
4645## Sample Store
4746
0 commit comments