c-bata
c-bata
Cool! I assigned you 👍
> Hi @c-bata ! I wanted to ask if it is okay to add two select boxes so that the user can choose the parameters for which the graph needs...
This issue is once introduced by @2403hwaseer but reverted due to the problems on dynamic search space like the following: ```python study = optuna.create_study( study_name="single-dynamic", storage=storage, direction="maximize" ) def objective_single_dynamic(trial:...
As the source code which I commented, different parameters may be sampled on each trials. For example, please suppose that `category="foo"` is sampled on the first trial in the following...
Thank you your proposal! Yes, it sounds a good idea. I think adding a select box in the dashboard is better than CLI arguments. Let me marking this issue as...
I'm not sure but I confirmed that the above command works on my environment. ``` $ docker run -it --rm -p 8080:8080 -v `PWD`:/app -w /app optuna-dashboard sqlite:///db.sqlite3 ``` https://github.com/optuna/optuna-dashboard#using-an-official-docker-image
Hmm.... I use macOS. Seemingly it is a volume mounts issue of Docker, not an optuna-dashboard's.
Thanks. I added a contribution-welcome label. It may be convenient to add a radio button to switch milliseconds, seconds, or minutes in the preference panel that is introduced at #119.
Thank you @ezioishan. It would be great 👍