botorch icon indicating copy to clipboard operation
botorch copied to clipboard

Bayesian optimization in PyTorch

Results 172 botorch issues
Sort by recently updated
recently updated
newest added

We should make sure that we're py3.10 compatible.

CLA Signed

Hi, I noticed that ParEGO fails once the dataset has >= 512 entries. ## To reproduce ```python import torch from botorch.acquisition.monte_carlo import qExpectedImprovement from botorch.acquisition.objective import GenericMCObjective from botorch.fit import...

bug
upstream issue

# 🐛 Bug When generating samples with [get_polytope_samples](https://botorch.org/api/utils.html#botorch.utils.sampling.get_polytope_samples) for a constrained problem that is determined in some dimensions (e.g. there is only one solution on that dimension), the function returns...

bug

# 🚀 Feature Request So far `botorch` offers helper functions to optimize a list of acquisition functions and to optimize over a mixed domain. A combination is not yet straight-forward...

enhancement

## Issue description Hi, everyone! I am experiencing an issue when training a GP using BoTorch SingleTaskGP function. Everything works fine when using up to 800 training samples. When adding...

As reported in #640, automatic application of outcome transforms fails when using a `SingleTaskGP` in a `ModelListGP` container. The reason is that `SingleTaskGP` subclasses `BatchedMultiOutputGPyTorchModelBatchedMultiOutputGPyTorchModel`, and the `posterior` method of...

# 🚀 Feature Request I would like to submit a potential example notebook, based on my following work here: https://colab.research.google.com/drive/1dOUHQzl3aQ8hz6QUtwRrXlQBGqZadQgG (hopefully it is easy for others to run in Colab!)...

enhancement

# 🚀 Feature Request Support inequality constraints for knowledge gradient (see Ax issue here: https://github.com/facebook/Ax/issues/961) ## Motivation Requested by @sgbaird for work on multi-fidelity optimization (follow up work to https://doi.org/10.26434/chemrxiv-2022-nz2w8).

enhancement

Hi, I want to do a batch GP regression but have faced unexpected outcomes. In short, what I want to do is the following: First I construct the GP model...

bug
upstream issue

Summary: as title. D35573439 is too big. I make a separate diff to add construct_inputs for using `SaasFullyBayesianMultiTaskGP`. This overwritten is necessary in order to use the model in BotAx...

CLA Signed
fb-exported