c-bata

Results 144 comments of c-bata

I assigned @porink0424 as an additional reviewer, considering his recent contributions to RDBStorage. I'll proceed with reviewing the changes after @porink0424 has approved this PR.

I executed a micro-benchmark and confirmed that this PR makes `study.optimize()` significantly faster especially for the study with lots of trials. ### Benchmark Script ```python import optuna import time import...

Thank you for your report. It is actually an intended behavior, not a bug. Do you think we should improve error messages?

Refs https://github.com/optuna/optuna-dashboard/issues/263

I see. Thank you for your opinion. Let me change the issue title and remove the bug label. > Is there a optuna command to only initialize the storage without...

@contramundum53 Cool! We welcome your contribution 👍

Thank you for using Optuna Dashboard! Optuna Dashboard currently does not support over 10,000 trials. However, we have received similar reports, so I will try to work on it 👍...

@tommiekerssies @Uriopass @nurettin We've just released Optuna Dashboard v0.10.3, which includes changes that significantly improves the performance. Could you please try it out and share your feedback? 🙏

I confirmed that this bug was fixed. Thank you for your report.