botorch
botorch copied to clipboard
Bayesian optimization in PyTorch
Results
172
botorch issues
Sort by
recently updated
recently updated
newest added
# 🐛 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...
bug
# 🚀 Feature Request Allow negative indices to `fixed_features` and `fixed_features_list` in optimizers such as `optimize_acqf` ## Motivation This came up in #2602. It is tempting to describe the index...
enhancement
good first issue