Alexander V. Hopp
Alexander V. Hopp
This PR introduces different tox commands for the three key parts of doc building (linkcheck, examples and actual build) and separates the previously used large file in several smaller ones....
This issue is intended to serve as a place where minor visual issues regarding the documentation can be collected. Once enough such have been identified, they will be resolved in...
## Description When using [attrs](https://www.attrs.org/en/stable/index.html) to define a class, using the `@default` decorator is not possible. ## Steps to Reproduce test.py: ``` from attrs import define, field @define class X_decorator:...
First of all: Thank you for your add-on! It works very well for me and I am thankful for your work here! When updating the citations, I observed an error:...
This PR introduces the multi-version documentation. The logic is the following: - A new branch `gh-pages` was created. On this branch, the actual documentation is hosted. For each version of...
This PR fixes the local doc building workflow by including `linkcheck` in the default call. The `-l` option was repurposed and can now be used to explicitly avoid the linkcheck...
This PR introduces a first variant of inter-point constraints by using the `botorch`-provided interface. Here, an inter-point constraint is a constraint that acts on a full batch instead of a...
# 🐛 Bug Within `test_functions/base.py`, the bounds are hard-coded to double precision. This makes it impossible to use single-precision which is necessary for e.g. MPS support on Mac. ## To...
Replaces the custom `IndexKernel` construction with BoTorch's `MultiTaskGP` (which became possible due the added `all_tasks` argument).
This PR adds continuous interpoint constraints, and is the re-visited version of #345. It is for now in draft state as I am currently re-visiting the old version of this...