Update examples/preferential-optimization/evaluator.py

This commit is contained in:
contramundum53
2023-08-16 16:34:30 +09:00
committed by GitHub
parent 4e08acbb56
commit d01dfd013e
@@ -39,7 +39,7 @@ def main() -> NoReturn:
storage=STORAGE_URL,
)
# 1. 比較対象のTrialを取得
# 1. Get all currently best trials (i.e. trials that are not reported bad) for comparison.
comparison_trials = study.best_trials
st.text("Which is the worst?")