Alexander V. Hopp

Results 54 comments of Alexander V. Hopp

This is the metadata that I have: ![image](https://github.com/justinribeiro/zotero-google-scholar-citation-count/assets/84016733/d08937e2-673a-4c35-84fb-fb8fdc271ecb) 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.

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...