clairecp
Results
2
issues of
clairecp
Hello everyone! When using extra_outputs from the user_function, I was expecting extra_outputs to be directly usable as context? However in emukit.core.loop.user_function.py, the extra outputs have to be np.ndarrays of at...
Hello Delgan, I've stumbled onto this weird behavior, I'm wondering if this is intended in any way? ``` from loguru import logger import sys logger.add(sys.stderr, level="TRACE") lala = {"lk": "lk"}...
question