Johannes P. Dürholt

Results 52 issues of Johannes P. Dürholt

Hi, I encountered a problem with the `get_polytope_samples` when the individual variables live in different dimensions. Here is a small didactic example: ``` from torch import tensor from botorch.utils.sampling import...

## Motivation As outlined in issue https://github.com/pytorch/botorch/issues/1272, `optimize_acqf_list` cannot be used to optimize over mixed domains. For this reason, this PR introduces the argument `fixed_features_list` for `òptimize_acqf_list`. Calling `optimize_acqf_list` with...

CLA Signed

# 🚀 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

Hi, I was thinking about the possibility to use non GP models within botorch. For example to use a GP for one objective and a neural network (ensemble) for another...

enhancement
WIP

Dear botorch developers, I have a question regarding output constraints. So far they are used and implemented in the following way: - There is a property which should be larger...

enhancement

Hi Botorch developers, I came across the functionality of performing LOOCV directly within botorch and I like it. Only one thing is missing for me: One cannot pass modelspecific arguments...

enhancement

Hi, I was wondering how complex it would be to include PBCs in the calculation and display of atoms within the cutoff radius for an atom. At least from my...

# 🚀 Feature Request I looked into the definition of `MixedSingleTaskGP`, so far one is only able to specify a `cont_kernel_factory` to use a non-default kernel for the continuous domains....

enhancement
refactor

Include BoFire into awesome-pydantic

Hi @Osburg, this is my interpretation of the scaling as discussed in https://github.com/experimental-design/bofire/pull/354 and https://github.com/experimental-design/bofire/issues/343. What do you think? No testing etc. yet. Feel also free, to proceed just from...