David-Elias Künstle

Results 11 comments of David-Elias Künstle

Principled BSDF + Mitsupsy would be great! @bathal1, is there any update if or when this is coming?

I'm also not sure but have a suggestion: I think allways using three keys of the homerow (no breaking fingers) for the three states of a field would help. Then...

Thanks, this is a work-around that can simplify what we are doing. My initial request was more towards a function that is available when importing the toolbox. If you modify...

Thanks for your detailed answer. The `emukit_friendly_objective_function` in the linked notebook is a good example. So basically emukit expects both the model and the objective to use the same encoding,...

Hi Vivek, overall, it's looking good! Could you please resolve the merge conflicts (i.e., fetch the latest changes from the main to your branch, merge, and push again)? This is...

Sorry, one tiny thing: I just saw, that the abstractmethods are marked "untested". It's fine that they are not tested, but we should remove this mark. Please: 1. Replace "pass"...

It might be worth to implement a basic routine for supported distance metrics, that is available in the whole library. Support both evaluation orders, scipy and torch, and a basic...

+ Floyd's algorithm looks good for this task: https://stackoverflow.com/a/2394292 + Allow custom sampling probabilities

Implementation hint: ``` import numpy as np def random_query(n_object, n_query, n_col): """ Generate random sets of unique integers with Floyd's algorithm. This algorithm is both fast and memory efficient such...

- [ ] Autocorrelation and entropy of responses -- does the subject have some bias responding?