saugatkandel
saugatkandel
### Motivation The Botorch/Ax documentation seems to suggest that the qNEHVI acquisition function performs better than the qEHVI acquisition function. See for example: "For batch optimization (or in noisy settings),...
Starting in Pytorch 1.8, `torch.fft` is a module and not a function. So the FFT calls are now similar to that for numpy. See: https://pytorch.org/blog/the-torch.fft-module-accelerated-fast-fourier-transforms-with-autograd-in-pyTorch/ I think the "adorym/adorym/wrappers.py" is...
I adapted some of the func2D code to simplify 2D inference, and I thought it might be useful to other people, since this has been a common request in the...