Apply suggestions from code review

This commit is contained in:
c-bata
2023-05-25 13:43:04 +09:00
committed by GitHub
parent 83cec70cfb
commit c01807327d
-1
View File
@@ -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",