mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Remove mark_comparison_ready
This commit is contained in:
@@ -23,6 +23,7 @@ os.makedirs(artifact_path, exist_ok=True)
|
||||
|
||||
def main() -> NoReturn:
|
||||
study = create_study(
|
||||
n_generate=5,
|
||||
study_name="Preferential Optimization",
|
||||
storage=STORAGE_URL,
|
||||
sampler=PreferentialGPSampler(),
|
||||
@@ -63,9 +64,6 @@ def main() -> NoReturn:
|
||||
)
|
||||
save_note(trial, note)
|
||||
|
||||
# 5. Mark comparison ready
|
||||
study.mark_comparison_ready(trial)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user