Skip to content

Commit

Permalink
Update runhistory describtion
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Dec 2, 2024
1 parent 47f06dc commit 03e6dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_usage/8_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ The runhistory.json in split into four parts. `stats`, `data`, `configs`, and `c
]
```

`configs` contains a human readable dictionary of configurations. Note that this list starts by one, therefore the 0 entry from above is mapped to 1.
`configs` is a human-readable dictionary of configurations, where the keys are the one-based `config_id` It is important to note that in `runhistory.json`, the indexing is zero-based.
```json
"configs": {
"1": {
"x": -2.3312147893012
},
```

Lastly, `config_origins` contains the origin of a configuration.
Lastly, `config_origins` specifies the source of a configuration, indicating whether it stems from the initial design or results from the maximization of an acquisition function.
```json
"config_origins": {
"1": "Initial Design: Sobol",
Expand Down

0 comments on commit 03e6dc0

Please sign in to comment.