mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -203,7 +203,6 @@ In the ``suggest_and_generate_image`` function, a new Trial is obtained and new
|
||||
|
||||
def start_optimization(artifact_backend: FileSystemBackend) -> NoReturn:
|
||||
# 1. Create Study
|
||||
storage = "sqlite:///db.sqlite3"
|
||||
study = optuna.create_study(
|
||||
study_name="Human-in-the-loop Optimization",
|
||||
storage="sqlite:///db.sqlite3",
|
||||
|
||||
Reference in New Issue
Block a user