16
16
  ;
17
17
<a href =" https://emdgroup.github.io/baybe/ " >Homepage<a />
18
18
  ; •  ;
19
- <a href =" https://emdgroup.github.io/baybe/userguide/userguide.html " >User Guide<a />
19
+ <a href =" https://emdgroup.github.io/baybe/stable/ userguide/userguide.html " >User Guide<a />
20
20
  ; •  ;
21
- <a href =" https://emdgroup.github.io/baybe/_autosummary/baybe.html " >Documentation<a />
21
+ <a href =" https://emdgroup.github.io/baybe/stable/ _autosummary/baybe.html " >Documentation<a />
22
22
  ; •  ;
23
- <a href =" https://emdgroup.github.io/baybe/misc/contributing_link.html " >Contribute<a />
23
+ <a href =" https://emdgroup.github.io/baybe/stable/ misc/contributing_link.html " >Contribute<a />
24
24
  ;
25
25
</div >
26
26
@@ -75,7 +75,7 @@ In cases where we are confronted with multiple (potentially conflicting) targets
75
75
the ` DesirabilityObjective ` can be used instead. It allows to define additional
76
76
settings, such as how these targets should be balanced.
77
77
For more details, see the
78
- [ objectives section] ( https://emdgroup.github.io/baybe/userguide/objectives.html )
78
+ [ objectives section] ( https://emdgroup.github.io/baybe/stable/ userguide/objectives.html )
79
79
of the user guide.
80
80
81
81
### Defining the Search Space
@@ -119,12 +119,12 @@ parameters = [
119
119
```
120
120
121
121
For more parameter types and their details, see the
122
- [ parameters section] ( https://emdgroup.github.io/baybe/userguide/parameters.html )
122
+ [ parameters section] ( https://emdgroup.github.io/baybe/stable/ userguide/parameters.html )
123
123
of the user guide.
124
124
125
125
Additionally, we can define a set of constraints to further specify allowed ranges and
126
126
relationships between our parameters. Details can be found in the
127
- [ constraints section] ( https://emdgroup.github.io/baybe/userguide/constraints.html ) of the user guide.
127
+ [ constraints section] ( https://emdgroup.github.io/baybe/stable/ userguide/constraints.html ) of the user guide.
128
128
In this example, we assume no further constraints.
129
129
130
130
With the parameter definitions at hand, we can now create our
@@ -136,7 +136,7 @@ from baybe.searchspace import SearchSpace
136
136
searchspace = SearchSpace.from_product(parameters)
137
137
```
138
138
139
- See the [ search spaces section] ( https://emdgroup.github.io/baybe/userguide/searchspace.html )
139
+ See the [ search spaces section] ( https://emdgroup.github.io/baybe/stable/ userguide/searchspace.html )
140
140
of our user guide for more information on the structure of search spaces
141
141
and alternative ways of construction.
142
142
@@ -154,7 +154,7 @@ For our example, we combine two recommenders via a so-called meta recommender na
154
154
155
155
For more details on the different recommenders, their underlying algorithmic
156
156
details, and their configuration settings, see the
157
- [ recommenders section] ( https://emdgroup.github.io/baybe/userguide/recommenders.html )
157
+ [ recommenders section] ( https://emdgroup.github.io/baybe/stable/ userguide/recommenders.html )
158
158
of the user guide.
159
159
160
160
``` python
@@ -296,7 +296,7 @@ The available groups are:
296
296
- ` mypy ` : Required for static type checking.
297
297
- ` onnx ` : Required for using custom surrogate models in [ ONNX format] ( https://onnx.ai ) .
298
298
- ` polars ` : Required for optimized search space construction via [ Polars] ( https://docs.pola.rs/ )
299
- - ` simulation ` : Enabling the [ simulation] ( https://emdgroup.github.io/baybe/_autosummary/baybe.simulation.html ) module.
299
+ - ` simulation ` : Enabling the [ simulation] ( https://emdgroup.github.io/baybe/stable/ _autosummary/baybe.simulation.html ) module.
300
300
- ` test ` : Required for running the tests.
301
301
- ` dev ` : All of the above plus ` tox ` and ` pip-audit ` . For code contributors.
302
302
@@ -311,7 +311,7 @@ host machine names are anonymized with via truncated hashing.
311
311
` telemetry ` module.
312
312
- You can always deactivate all telemetry by setting the environment variable
313
313
` BAYBE_TELEMETRY_ENABLED ` to ` false ` or ` off ` . For details please consult
314
- [ this page] ( https://emdgroup.github.io/baybe/userguide/envvars.html#telemetry ) .
314
+ [ this page] ( https://emdgroup.github.io/baybe/stable/ userguide/envvars.html#telemetry ) .
315
315
- If you want to be absolutely sure, you can uninstall internet related packages such
316
316
as ` opentelemetry* ` or its secondary dependencies from the environment. Due to the
317
317
inability of specifying opt-out dependencies, these are installed by default, but the
@@ -325,7 +325,7 @@ host machine names are anonymized with via truncated hashing.
325
325
326
326
327
327
## 🛠️ Known Issues
328
- A list of know issues can be found [ here] ( https://emdgroup.github.io/baybe/known_issues.html ) .
328
+ A list of know issues can be found [ here] ( https://emdgroup.github.io/baybe/stable/ known_issues.html ) .
329
329
330
330
331
331
## 📄 License
0 commit comments