mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Update examples/preferential-optimization/evaluator.py
This commit is contained in:
@@ -39,7 +39,7 @@ def main() -> NoReturn:
|
|||||||
storage=STORAGE_URL,
|
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
|
comparison_trials = study.best_trials
|
||||||
|
|
||||||
st.text("Which is the worst?")
|
st.text("Which is the worst?")
|
||||||
|
|||||||
Reference in New Issue
Block a user