Baseline step
A baseline step performs an experiment (a baseline experiment) and marks it as the initial experiment of a study. The purpose of the step is to build a reference configuration that Akamas can use to measure the effectiveness of an optimization conducted towards a system.
A baseline step offers three options when it comes to selecting the configuration of the baseline experiment:
Use a configuration made with the default values of the parameters taken from the system of the study
Use a configuration taken from an experiment of another study
Use a custom configuration
The baseline step has the following structure:
Field | Type | Value restriction | Is required | Default value | Description |
---|---|---|---|---|---|
| string |
| yes | The type of the step, in this case, | |
| string | yes | The name of the step | ||
| boolean |
| no |
| The execution policy of the step:
|
| array of objects | Each object should have the structure described below | no | The study and the experiment from which to take the configuration of the baseline experiment The This can be set only if | |
| object | The keys should match existing parameters | no | The configuration with which execute the baseline experiment This can be set only if | |
| string | this cannot be used when using a from option since no experiment is actually executed | no | Parameters not to be rendered. - see Parameter rending | |
| string | this cannot be used when using a from option since no experiment is actually executed | no | Parameters to be rendered. - see Parameter rending |
where the from
field should have the following structure:
with
study
contains the name or id of the study from which to take the configurationexperiments
contains the number of the experiment from which to take the configuration
Examples
Baseline configuration with default values
Default values for the baseline configuration only require setting the name
and type
fields:
Baseline configuration from another study
The configuration taken from another study to be used as a baseline only requires setting the from
field:
Notice: the from
and experiments
fields are defined as an array, but can only contain one element.
Custom baseline configuration
The custom configuration for the baseline only requires setting the values
field:
Last updated