Alexander V. Hopp
Alexander V. Hopp
This is the metadata that I have:  I'm on Zotero 6.0.30 if that helpgs
NOTE: I have verified locally that changing the line of code that I mentioned under "Additional context" solves the problem.
Great, then I'll draft the PR :)
I am currently trying to bring GPU support to a package that I co-develop (happy to share the link if shameless self-advertisement is fine 😆 ) that uses BoTorch in...
@Balandat I found another occurrence of the same issue: ```python import numpy as np import torch from botorch.optim.utils.numpy_utils import set_tensors_from_ndarray_1d from torch import tensor torch.set_default_device("mps") tensors = (tensor([-2.2532]),) array =...
@esantorella Regarding the first point: I'll try to design a solution for this in the currently existing PR #2597 and I think it makes sense to continue the discussion there....
Note: This PR is currently on hold for two reasons: 1. There was a misunderstanding between @AdrianSosic and me what "inter-point" constraint actually means, and incorporating the necessary changes might...
@AdrianSosic @Scienfitz this PR is now (once again) ready for review. As agreed, I added a validation preventing the use of interpoint and cardinality constraints together. Also, I cleaned the...
This PR is outdated and a new version will probably be worked on.
@TimotheeMathieu first thanks for your support here :) I run in similar issues when trying to install on an M1 Mac and tried all of your suggestions, but always get...