Jakub Prüher

Results 5 comments of Jakub Prüher

I'm working with ``` rev: 4fbd2b93f182498dd596e0920eb87d10f4c37e17 Date: Fri Jul 29 23:24:00 2022 +0100 ``` I'll try with the latest master and report back.

I've tried running TSAN on the latest master and I no longer see the `same` data races. However, there are still some. Here is a sample. ```cpp WARNING: ThreadSanitizer: data...

Another super odd thing is that, I seem to be getting these warnings only on this simple test case. When I compile my main target (the application of the lib...

I'm having the same problem. Cloning the repo, creating a new python venv, and doing `pip install -v -e .` is an endless rabbit hole of mismatched versions, missing dependencies...

To add more context to the problem @SBlokhuizen described above, here is what I found to work if I wanna "enqueue" a baseline trial ```python import optuna study = optuna.create_study(study_name="test")...