Hiroyuki Vincent Yamazaki

Results 42 comments of Hiroyuki Vincent Yamazaki

This recent contribution as well https://github.com/optuna/optuna-examples/pull/11

- [ ] kubernetes/ - [x] multi_objective/ - [x] samplers/ - [x] visualization/ - [x] enqueue_trial.py - [x] max_trials_callback.py - [x] quadratic_simple.py - [ ] quickstart.ipynb - [ ] rapids_simple.py...

Thanks for the updates, I'll have a look at #26. For the RAPIDS example, we could just CI check if it compiles. https://docs.python.org/3.8/library/py_compile.html ```python python -m py_compile rapids_simple.py ``` As...

See also https://github.com/optuna/optuna/issues/2165.

Thanks you for the interesting discussion and sorry for joining it late. I tried to catch up going through the threads and running some examples using `dask-optuna`. With `dask-optuna`, is...

Just a note on the dependency of `joblib`. There are some ongoing discussions whether `joblib` should be kept within Optuna or maybe moved out. In the latter case, `joblib` would...

Thanks for elaborating on the mechanism behind `dask-optuna` and the input that we can discuss the `joblib` dependency orthogonally to this. I agree. It's also good to know that you've...

Great to hear that it's been working well. And, thanks @jrbourbeau for your kind suggestion. Including the `DaskStorage` (perhaps along with optional dependencies) in Optuna is definitely one way. That'd...

Thanks @jrbourbeau for clarifying and @pseudotensor for your inputs! I was going through my previous comment thinking it sounded rather skeptical. I just discussed this with some of the other...

+1, sounds good to me.