-
# 🐛 Bug
When trying to use `batch_cross_validation` to fit a `KroneckerMultiTaskGP`, a batch shape error occurs.
The code snippet below uses a similar example to https://botorch.org/tutorials/ba…
-
```
gaussian_noise_model(BBOB-NOISY suite problem f104 instance 11 in 2D) id,x = (55, 1, (8.257310462448444, -6.914551277294648)) stored f(x),con(x) = (315619.6748016155, []) computed f(x) = 314709.3…
-
Hello
In bbob there are standard set of dimensions for input X data - [2, 3, 5, 10, 20, 40]. I would like to add additional dimensions. How can I do it?
I found this in coco.c. Tried to change …
-
Using the current best objective value or the GP mean/quantile estimated at that point is problematic when using EI to optimize noisy target functions. Often this leads to premature exploitation.
L…
-
Perhaps based upon the existing PSF code? It would use the PSF that has been loaded to convolve the extended source & scale it according to the desired brightness.
-
Thanks for making this wonderful package.
I'm trying to compute the mutual information in high-dimension but the case I am interested in is exceptionally simple and hence there may be a faster met…
-
```python
import cocopp
cocopp.genericsettings.background = {None: [cocopp.bbob.get('NELDERDO')]}
cocopp.main('2009/DIRECT 2013/CMAES_Hutter b/2009/bay');
```
works fine. But when the backgroun…
-
Hey there. I've been revisiting neural processes for use in a project dealing with simple time series data (sets of `x, y` values for which we'd like to make future predictions).
I've constructed a…
-
library(mgcv)
library(dtw)
# Generate data, the toy dataset analyzed by Phillip(2017) is used
Xnl
-
Hi,
First, let me express my awe relative to the work you have done with Trackpy. This is really a great package, well integrated in the modern scientific Python ecosystem.
A while ago, during my ow…